1
This commit is contained in:
@@ -112,6 +112,9 @@ 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")
|
||||
}
|
||||
return err
|
||||
}()
|
||||
|
||||
Reference in New Issue
Block a user