|
@@ -246,8 +246,9 @@ def start_order_job():
|
|
#print('查询开始时间:', st_unix, date_util.getSecondsToDatetime(st_unix))
|
|
#print('查询开始时间:', st_unix, date_util.getSecondsToDatetime(st_unix))
|
|
#print('查询结束时间:', et_unix, date_util.getSecondsToDatetime(et_unix))
|
|
#print('查询结束时间:', et_unix, date_util.getSecondsToDatetime(et_unix))
|
|
## 20201028添加阳光平台
|
|
## 20201028添加阳光平台
|
|
- batch_save_order(get_yangguang_order(st_unix, et_unix, account_list))
|
|
|
|
- batch_save_order_new(get_yangguang_order(st_unix, et_unix, account_list))
|
|
|
|
|
|
+ da=get_yangguang_order(st_unix, et_unix, account_list)
|
|
|
|
+ batch_save_order(da)
|
|
|
|
+ batch_save_order_new(da)
|
|
print('订单同步执行时间(秒):', date_util.getCurrentSecondTime() - start_exec_seconds)
|
|
print('订单同步执行时间(秒):', date_util.getCurrentSecondTime() - start_exec_seconds)
|
|
|
|
|
|
|
|
|