Commit b535952c by 黄静

hj

parent 98a45d5f
...@@ -41,7 +41,7 @@ def qualificationsInfo(export_label, store_type_code, industry_one_code,industry ...@@ -41,7 +41,7 @@ def qualificationsInfo(export_label, store_type_code, industry_one_code,industry
brand_dict = {} brand_dict = {}
brand_dict["id"] = row['qualification_comments_code'] brand_dict["id"] = row['qualification_comments_code']
brand_dict["name"] = row['qualification_comments'] brand_dict["name"] = row['qualification_comments']
brand_dict['isChoice'] = 'false' brand_dict['isChoice'] = False
if brand_dict: if brand_dict:
brand_list.append(brand_dict) brand_list.append(brand_dict)
data_dict['brand'] = brand_list data_dict['brand'] = brand_list
......
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