diff --git a/business/jxstore/misc/misc.go b/business/jxstore/misc/misc.go index 1ff5e08eb..d40e276ce 100644 --- a/business/jxstore/misc/misc.go +++ b/business/jxstore/misc/misc.go @@ -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())