Commit d8c1792d by 黄静

hj

parent c92d51b7
...@@ -26,6 +26,7 @@ class Recom: ...@@ -26,6 +26,7 @@ class Recom:
behavior_json['purchase_date'] = str(item['order_add_time']) behavior_json['purchase_date'] = str(item['order_add_time'])
behavior_json['contract_amount'] = int(int(item['order_pay'])/100) behavior_json['contract_amount'] = int(int(item['order_pay'])/100)
behavior_json['source'] = item['order_channel'] behavior_json['source'] = item['order_channel']
behavior_json['customer_name'] = item['account_name']
behavior_json['company_name'] = company_name behavior_json['company_name'] = company_name
item['status'] = "已完成" item['status'] = "已完成"
company_purchase.append(behavior_json) company_purchase.append(behavior_json)
......
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