Commit 2aa90227 authored by rico.liu's avatar rico.liu

update

parent 39ed01e0
......@@ -776,7 +776,7 @@ def product_named(batch,channel_alias,std_value_dict):
if element == '品牌名称':
if category == '复印纸':
if '彩色' in row['产品系列']:
if '彩色' in eval(row['params_standard'])['产品系列']:
value = brandname
else:
if father_brand_code == 0:
......
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