diff --git a/business/scheduler/defsch/defsch.go b/business/scheduler/defsch/defsch.go index 62cd209e9..aa07fa35f 100644 --- a/business/scheduler/defsch/defsch.go +++ b/business/scheduler/defsch/defsch.go @@ -78,7 +78,7 @@ func init() { }, }, model.OrderStatusAccepted: &scheduler.StatusActionConfig{ // 自动拣货 - TimerType: scheduler.TimerTypeBaseStatusTime, + TimerType: scheduler.TimerTypeBaseExpectedDeliveredTime, Timeout: time2AutoPickupMin, TimeoutGap: time2AutoPickupGap, TimeoutAction: func(order *model.GoodsOrder) (err error) {