This commit is contained in:
suyl
2021-07-21 09:09:27 +08:00
parent 263b1daa96
commit b6c9982390

View File

@@ -178,7 +178,7 @@ func Init() {
ScheduleTimerFuncByInterval(func() {
report.RefreshStoreManageState(jxcontext.AdminCtx, nil, []int{model.VendorIDMTWM, model.VendorIDEBAI})
}, 5*time.Second, 20*time.Minute)
}, 5*time.Second, 40*time.Minute)
ScheduleTimerFuncByInterval(func() {
curDate := utils.Time2Date(time.Now())