This commit is contained in:
linfso 2025-01-06 05:51:16 +08:00
parent 6aef8f297a
commit 2f091cef12

View File

@ -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);