1
This commit is contained in:
@@ -112,9 +112,11 @@ func (s *DefScheduler) SelfDeliveringAndUpdateStatus(ctx *jxcontext.Context, ven
|
||||
VendorOrgCode: order.VendorOrgCode,
|
||||
}
|
||||
err = dao.CreateEntity(dao.GetDB(), bill)
|
||||
order.VendorWaybillID = order.VendorOrderID
|
||||
order.WaybillVendorID = model.VendorJXFakeWL
|
||||
dao.UpdateEntity(dao.GetDB(), order, "VendorWaybillID", "WaybillVendorID")
|
||||
//if order.VendorID == model.VendorIDTaoVegetable {
|
||||
// order.VendorWaybillID = order.VendorOrderID
|
||||
// order.WaybillVendorID = model.VendorJXFakeWL
|
||||
// dao.UpdateEntity(dao.GetDB(), order, "VendorWaybillID", "WaybillVendorID")
|
||||
//}
|
||||
}
|
||||
return err
|
||||
}()
|
||||
|
||||
Reference in New Issue
Block a user