京东商城出库修改

This commit is contained in:
苏尹岚
2020-06-23 13:54:11 +08:00
parent 3ea07ea2dd
commit 790e5c33bb
3 changed files with 10 additions and 7 deletions

View File

@@ -167,7 +167,7 @@ func (p *PurchaseHandler) OrderTransfer(ctx *jxcontext.Context, vendorOrderID, v
if !isAuto {
companyID = jdshopapi.JdsDeliveryCompanyJD
}
err = api.JdShopAPI.UpdateWaybill(vendorOrderID[:12], companyID, vendorWaybillID)
err = api.JdShopAPI.UpdateWaybill(vendorOrderID[:12], companyID, vendorOrderID)
return err
}