This commit is contained in:
linfso 2024-12-05 12:21:33 +08:00
parent dff5be7703
commit 680caf47c7

View File

@ -1077,7 +1077,7 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
}
emisWaybillSave.setId(emisWaybillOld.getId());
reUpdateWayBillByOms(emisWaybillSave);
reUpdateWayBillByOms(emisWaybillOld,emisWaybillSave);
}
return 1;