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