md
This commit is contained in:
parent
6aef8f297a
commit
2f091cef12
@ -330,6 +330,7 @@ public class EmisWaybillController extends EmisBaseController
|
||||
|
||||
// 记录转单信息
|
||||
EmisWaybillChangeTo emisWaybillChangeTo=new EmisWaybillChangeTo();
|
||||
emisWaybillChangeTo.setBillCode(oldWayBill.getBillCode());
|
||||
emisWaybillChangeTo.setChangeFrom(oldWayBill.getTakePieceEmployeeCode());
|
||||
emisWaybillChangeTo.setChangeTo(waybillOrder.getTakePieceEmployeeCode());
|
||||
emisWaybillChangeToService.insertEmisWaybillChangeTo(emisWaybillChangeTo);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user