This commit is contained in:
suyl
2021-06-21 11:45:10 +08:00
parent 00ee8aba4f
commit 4910288c94
2 changed files with 24 additions and 0 deletions

View File

@@ -272,6 +272,10 @@ func Init() {
ScheduleTimerFunc("SendQywxPeopleCount", func() {
cms.SendQywxPeopleCount(jxcontext.AdminCtx)
}, dailyHeartbeat)
//刷新京东售后单结算价
ScheduleTimerFunc("RefreshJdAfsOrderTotalShopMoney", func() {
orderman.RefreshJdAfsOrderTotalShopMoney()
}, openRemoteStoreTimeList)
ScheduleTimerFunc("doDailyWork", func() {
globals.SugarLogger.Debug("doDailyWork")