Commit ac3ab732 authored by 王浩's avatar 王浩

Merge branch 'haow/dev' into 'test'

fix code

See merge request alpha/saturn!81
parents 5bcfc537 aeac5eb2
......@@ -94,7 +94,8 @@ class ProductBatchCreate(BaseView):
grade=product_info.get('grade'), price=product_info.get('price'),
country=product_info.get('country'),
comment_nums=product_info.get('comment_nums'),
origin_product_id=product_info.get('id'), platform=PRODUCT_FLATFORM.BEVOL)
origin_product_id=product_info.get('id'), platform=PRODUCT_FLATFORM.BEVOL,
classify_ids=[1])
return error, ret
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment