From 48d7bfc8d5793cf98976a8ac101e2f000837c620 Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Fri, 2 Jul 2021 09:40:42 +0800 Subject: [PATCH] aa --- business/jxstore/misc/misc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/misc/misc.go b/business/jxstore/misc/misc.go index 41702201b..f9b49f7cd 100644 --- a/business/jxstore/misc/misc.go +++ b/business/jxstore/misc/misc.go @@ -202,7 +202,7 @@ func Init() { }, updateActStatusTimeList) ScheduleScoreStore() 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) //刷新京东商城订单结算价 // ScheduleCheckStoreAlert()