物料订单配送员更新

This commit is contained in:
苏尹岚
2020-03-19 11:36:21 +08:00
parent bdef8c5bb2
commit a87b5ee89f

View File

@@ -1360,6 +1360,9 @@ func GetMatterOrderStatus(ctx *jxcontext.Context, vendorOrderID string) (result
waybills[0].VendorWaybillID = waybillCode
waybills[0].CourierName = cName
waybills[0].CourierMobile = cMobile
order.VendorWaybillID = waybillCode
order.WaybillVendorID = model.VendorIDJDWL
dao.UpdateEntity(db, order, "VendorWaybillID")
dao.UpdateEntity(db, waybills[0], "VendorWaybillID", "CourierName", "CourierMobile")
}
}