This commit is contained in:
linfso 2025-03-21 10:05:28 +08:00
parent 6f4f5125cf
commit fb37150beb

View File

@ -1425,7 +1425,7 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
checkUseQuotaCredit(emisWaybillOld,emisWaybillSave);
// 修改运单
reUpdateWayBill(emisWaybillOld, emisWaybillSave);
reUpdateWayBill(emisWaybillOld, emisWaybillSave,true);
// 信用额度计算
// reCalcUseQuotaCredit(emisWaybillOld,emisWaybillSave);
@ -1480,7 +1480,7 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
}
emisWaybillSave.setId(emisWaybillOld.getId());
reUpdateWayBillByOms(emisWaybillOld,emisWaybillSave,true);
reUpdateWayBillByOms(emisWaybillOld,emisWaybillSave);
}
return 1;