1
This commit is contained in:
@@ -519,10 +519,6 @@ func (s *DefScheduler) OnWaybillStatusChanged(bill *model.Waybill, isPending boo
|
||||
//}
|
||||
|
||||
// 暂时只处理抖音平台,抖音暂无配送,只要是抖音订单,三方配送压单了,直接通知送出
|
||||
if order.VendorID == model.VendorIDDD && bill.Status == model.WaybillStatusNew {
|
||||
s.SelfDeliverDelivering(order, "自配送中")
|
||||
}
|
||||
|
||||
if bill.Status == model.WaybillStatusNew {
|
||||
s.addWaybill2Map(savedOrderInfo, bill)
|
||||
if !isPending {
|
||||
|
||||
Reference in New Issue
Block a user