京东商城订单修改

This commit is contained in:
苏尹岚
2020-06-18 11:37:11 +08:00
parent 34777018ec
commit b4db86868a

View File

@@ -1283,6 +1283,7 @@ func SendJdwlForJdsOrder(ctx *jxcontext.Context, vendorOrderID string) (err erro
if err != nil {
return err
}
vendorWaybillID = eclpSoNo
} else {
handler := partner.DeliveryPlatformHandlers[model.VendorIDJDWL]
waybill2, err := handler.Handler.CreateWaybill(order, 0)