From 11db08e4c35b28d7a1b971a5979779f287c499fc Mon Sep 17 00:00:00 2001 From: gazebo Date: Thu, 26 Jul 2018 15:32:20 +0800 Subject: [PATCH] - change OrderStatusAccepted timer type to TimerTypeBaseExpectedDeliveredTime. --- business/scheduler/defsch/defsch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {