demand: 接单时保存销售支持
committer: heyu
This commit is contained in:
parent
d8d7c8b7a9
commit
1e1d06fd71
@ -1809,6 +1809,9 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
|
||||
// 基础信息更新
|
||||
emisWaybillMapper.updateEmisWaybill(emisWaybillSave);
|
||||
|
||||
// 保存或更新运单其他信息副表
|
||||
saveOrUpdateWaybillOther(emisWaybillSave);
|
||||
|
||||
// 运单日志记录
|
||||
recordWaybillOperLog(
|
||||
emisWaybillSave.getBillCode(),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user