|
|
@@ -72,13 +72,6 @@ class OrderHandler(BaseHandler[dict]):
|
|
|
"shop_name": data.shop_name,
|
|
|
"gmt_payment": datetime.strptime(data.gmt_create, "%Y-%m-%d %H:%M:%S") if data.gmt_create else None,
|
|
|
"fund_channel": data.fund_channel,
|
|
|
- "ext_infos": {
|
|
|
- "action": data.action,
|
|
|
- "employee_id": data.employee_id,
|
|
|
- "out_biz_no": data.out_biz_no,
|
|
|
- "invoice_status": data.invoice_status,
|
|
|
- "ext_info": data.ext_info,
|
|
|
- },
|
|
|
}
|
|
|
|
|
|
await order_crud.create_or_update(data.order_no, order_data)
|