demand: 业务确认账单报错修复

committer: heyu
This commit is contained in:
aike 2025-12-03 17:55:52 +08:00
parent 90fb34aaff
commit 51f979c745

View File

@ -468,6 +468,9 @@ public class EmisSettleSubBillController extends EmisBaseController
调整为现金保留自动确认,月结调整为不自动确认 调整为现金保留自动确认,月结调整为不自动确认
*/ */
EmisWaybill waybill = emisBaseService.getWaybillByBillCode(old.getBillNo()); EmisWaybill waybill = emisBaseService.getWaybillByBillCode(old.getBillNo());
if (waybill.getRealFee() == null) {
return AjaxResult.success("确认成功");
}
if( if(
!"2".equals(waybill.getPaymentType()) !"2".equals(waybill.getPaymentType())
&& !"4".equals(waybill.getPaymentType()) && !"4".equals(waybill.getPaymentType())