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