- pickup error as info.
This commit is contained in:
@@ -155,7 +155,7 @@ func init() {
|
||||
Timeout: 1 * time.Second,
|
||||
TimeoutGap: 0,
|
||||
TimeoutAction: func(savedOrderInfo *WatchOrderInfo) (err error) {
|
||||
if savedOrderInfo.storeDeliveryType == scheduler.StoreDeliveryTypeByStore { // 自配置商家使用
|
||||
if savedOrderInfo.storeDeliveryType == scheduler.StoreDeliveryTypeByStore { // 自配送商家使用
|
||||
return sch.createWaybillOn3rdProviders(savedOrderInfo, nil)
|
||||
}
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user