1
This commit is contained in:
@@ -178,8 +178,7 @@ func Init() {
|
||||
ScheduleTimerFuncByInterval(func() {
|
||||
delivery.GetOrderRiderInfoToPlatform("")
|
||||
globals.SugarLogger.Debug("五分钟跑一次", time.Now())
|
||||
}, 10*time.Second, 5*time.Minute)
|
||||
|
||||
}, 10*time.Second, 30*time.Second)
|
||||
|
||||
ScheduleTimerFuncByInterval(func() {
|
||||
defsch.FixedScheduler.ConfirmSelfTakeOrders(jxcontext.AdminCtx, []int{model.VendorIDJD}, time.Now().Add(-48*time.Hour), time.Now().Add(-30*time.Minute), true, true)
|
||||
|
||||
Reference in New Issue
Block a user