Merge pull request 'demand: 业务确认账单报错修复' (#254) from develop into master

Reviewed-on: http://git.xdadan.loc/tanex/emis-service/pulls/254
This commit is contained in:
heyu 2025-12-04 16:34:45 +08:00
commit 49d04e6e23

View File

@ -469,7 +469,7 @@ public class EmisSettleSubBillController extends EmisBaseController
*/
EmisWaybill waybill = emisBaseService.getWaybillByBillCode(old.getBillNo());
if (waybill.getRealFee() == null) {
return AjaxResult.success("确认成功");
continue;
}
if(
!"2".equals(waybill.getPaymentType())