Commit 5e591af8 by 黄静

hj

parent 211063e2
......@@ -24,7 +24,7 @@ class Recom:
else:
behavior_json['goods_name'] = item['product_name']
behavior_json['purchase_date'] = str(item['order_add_time'])
behavior_json['contract_amount'] = int(int(item['order_pay'])/100)
behavior_json['contract_amount'] = int(float(item['order_pay'])/100)
behavior_json['source'] = item['order_channel']
behavior_json['customer_name'] = item['account_name']
behavior_json['company_name'] = company_name
......
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