This commit is contained in:
suyl
2021-07-02 09:40:42 +08:00
parent f6c3442ef5
commit 48d7bfc8d5

View File

@@ -202,7 +202,7 @@ func Init() {
}, updateActStatusTimeList) }, updateActStatusTimeList)
ScheduleScoreStore() ScheduleScoreStore()
ScheduleTimerFunc("RefreshJdShopOrdersEarningPrice", func() { ScheduleTimerFunc("RefreshJdShopOrdersEarningPrice", func() {
orderman.RefreshJdShopOrdersEarningPrice(jxcontext.AdminCtx, utils.Time2Str(time.Now().AddDate(0, 0, -2)), utils.Time2Str(time.Now())) orderman.RefreshJdShopOrdersEarningPrice(jxcontext.AdminCtx, utils.Time2Str(time.Now().AddDate(0, 0, -1)), utils.Time2Str(time.Now()))
}, updateActStatusTimeList) }, updateActStatusTimeList)
//刷新京东商城订单结算价 //刷新京东商城订单结算价
// ScheduleCheckStoreAlert() // ScheduleCheckStoreAlert()