From d523551a4cc0f2d4844297af4ef434add5840d58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Fri, 28 Oct 2022 14:42:32 +0800 Subject: [PATCH] 1 --- business/jxcallback/scheduler/defsch/defsch.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/business/jxcallback/scheduler/defsch/defsch.go b/business/jxcallback/scheduler/defsch/defsch.go index 95d06ac04..d95c989ed 100644 --- a/business/jxcallback/scheduler/defsch/defsch.go +++ b/business/jxcallback/scheduler/defsch/defsch.go @@ -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 {