From b6c9982390f8ba6900ae9543cd21d094aa9fe34c Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Wed, 21 Jul 2021 09:09:27 +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 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())