diff --git a/business/partner/purchase/jx/localjx/order.go b/business/partner/purchase/jx/localjx/order.go index f31d2f14c..e7e80c0da 100644 --- a/business/partner/purchase/jx/localjx/order.go +++ b/business/partner/purchase/jx/localjx/order.go @@ -1362,7 +1362,7 @@ func GetMatterOrderStatus(ctx *jxcontext.Context, vendorOrderID string) (result waybills[0].CourierMobile = cMobile order.VendorWaybillID = waybillCode order.WaybillVendorID = model.VendorIDJDWL - dao.UpdateEntity(db, order, "VendorWaybillID") + dao.UpdateEntity(db, order, "VendorWaybillID", "WaybillVendorID") dao.UpdateEntity(db, waybills[0], "VendorWaybillID", "CourierName", "CourierMobile") } }