物料订单配送员更新

This commit is contained in:
苏尹岚
2020-03-19 11:40:04 +08:00
parent a87b5ee89f
commit 81da3097fd

View File

@@ -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")
}
}