From a7f43036c7748b709804df5df151934c3224f2b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Fri, 22 Jan 2021 18:25:06 +0800 Subject: [PATCH] aa --- business/jxcallback/orderman/order.go | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/business/jxcallback/orderman/order.go b/business/jxcallback/orderman/order.go index 66b10ef96..88ef8b776 100644 --- a/business/jxcallback/orderman/order.go +++ b/business/jxcallback/orderman/order.go @@ -1772,13 +1772,13 @@ func SendJdwlForJdsOrder(ctx *jxcontext.Context, vendorOrderID string) (err erro dao.UpdateEntity(db, order, "EclpOutID") vendorWaybillID = eclpSoNo } else { - if handler := partner.GetDeliveryPlatformFromVendorID(model.VendorIDJDWL); handler != nil { - waybill2, err := handler.Handler.CreateWaybill(order, 0) - if err != nil { - return err - } - vendorWaybillID = waybill2.VendorWaybillID - } + // if handler := partner.GetDeliveryPlatformFromVendorID(model.VendorIDJDWL); handler != nil { + // waybill2, err := handler.Handler.CreateWaybill(order, 0) + // if err != nil { + // return err + // } + // vendorWaybillID = waybill2.VendorWaybillID + // } } jdshop.CurPurchaseHandler.OrderExport(ctx, vendorOrderID, vendorWaybillID, false) return err