diff --git a/business/jxstore/misc/misc.go b/business/jxstore/misc/misc.go index 44b1251bb..88538c5e4 100644 --- a/business/jxstore/misc/misc.go +++ b/business/jxstore/misc/misc.go @@ -165,7 +165,7 @@ func Init() { ScheduleTimerFuncByInterval(func() { orderman.SaveJdsOrders(jxcontext.AdminCtx, time.Now().Add(-15*time.Minute), time.Now()) - }, 5*time.Second, 10*time.Minute) + }, 10*time.Second, 10*time.Minute) ScheduleTimerFuncByInterval(func() { RefreshRealMobile(jxcontext.AdminCtx, model.VendorIDEBAI, time.Now().Add(-24*time.Hour), utils.DefaultTimeValue, false, true)