物料订单配送员更新
This commit is contained in:
@@ -1362,7 +1362,7 @@ func GetMatterOrderStatus(ctx *jxcontext.Context, vendorOrderID string) (result
|
|||||||
waybills[0].CourierMobile = cMobile
|
waybills[0].CourierMobile = cMobile
|
||||||
order.VendorWaybillID = waybillCode
|
order.VendorWaybillID = waybillCode
|
||||||
order.WaybillVendorID = model.VendorIDJDWL
|
order.WaybillVendorID = model.VendorIDJDWL
|
||||||
dao.UpdateEntity(db, order, "VendorWaybillID")
|
dao.UpdateEntity(db, order, "VendorWaybillID", "WaybillVendorID")
|
||||||
dao.UpdateEntity(db, waybills[0], "VendorWaybillID", "CourierName", "CourierMobile")
|
dao.UpdateEntity(db, waybills[0], "VendorWaybillID", "CourierName", "CourierMobile")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user