From 8cb2a6012b0319b102d3dcd10ee35f6ef5871327 Mon Sep 17 00:00:00 2001 From: linfso Date: Thu, 29 May 2025 17:51:10 +0800 Subject: [PATCH] md --- emis-biz/src/main/resources/mapper/EmisSettleBillMapper.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/emis-biz/src/main/resources/mapper/EmisSettleBillMapper.xml b/emis-biz/src/main/resources/mapper/EmisSettleBillMapper.xml index 3dcfc385e..8249365c0 100644 --- a/emis-biz/src/main/resources/mapper/EmisSettleBillMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisSettleBillMapper.xml @@ -151,9 +151,9 @@ tba.deduction_money as deductionMoney, tba.other_money as otherMoney, IFNULL( tbb.totalPayMoney, 0 ) AS totalPayMoney, - IFNULL( tbb.recdMoneyIn-tba.satisfy_money-tba.allowance_money-tba.deduction_money-tba.other_money, 0 ) AS recdMoneyIn, - IFNULL( tbb.recdPayMoney60D-tba.satisfy_money-tba.allowance_money-tba.deduction_money-tba.other_money, 0 ) recdPayMoney60D, - IFNULL( tbb.recdPayMoneyGreat60D-tba.satisfy_money-tba.allowance_money-tba.deduction_money-tba.other_money, 0 ) recdPayMoneyGreat60D, + IFNULL( tbb.recdMoneyIn, 0 ) AS recdMoneyIn, + IFNULL( tbb.recdPayMoney60D, 0 ) recdPayMoney60D, + IFNULL( tbb.recdPayMoneyGreat60D, 0 ) recdPayMoneyGreat60D, (tba.rec_money - tba.reced_money ) AS noRecMoney FROM (