Commit b0ef852d authored by rico.liu's avatar rico.liu

update

parent 270ffbc7
......@@ -431,7 +431,7 @@ def get_model_match_res(cust_category_list,zgc_brand_code_list,model_list,price_
code = 1
msg = "success"
res = {'code':code,'msg':msg,'res_name_list':res_name_list,'res_code_list':res_code_list,'res_warranty_list':res_warranty_list,'res_state_list':res_state_list}
res = {'code':code,'msg':msg,'res_name_list':res_name_list,'res_sku_list':res_code_list,'res_warranty_list':res_warranty_list,'res_state_list':res_state_list}
return res
......@@ -440,7 +440,7 @@ def get_model_match_res(cust_category_list,zgc_brand_code_list,model_list,price_
conn_zi_new.close()
code = 0
msg = str(e)
res = {'code':code,'msg':msg,'res_name_list':[],'res_code_list':[],'res_warranty_list':[],'res_state_list':[]}
res = {'code':code,'msg':msg,'res_name_list':[],'res_sku_list':[],'res_warranty_list':[],'res_state_list':[]}
return res
......
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