From c60b058d050e57761f0b90f854410bb1db5ad533 Mon Sep 17 00:00:00 2001 From: aike <17730485278@139.com> Date: Wed, 10 Dec 2025 14:53:11 +0800 Subject: [PATCH] =?UTF-8?q?demand:=20=20=20=20tms-=E7=BB=9F=E8=AE=A1?= =?UTF-8?q?=E6=8A=A5=E8=A1=A8-=E8=B4=A2=E5=8A=A1=E6=94=B6=E6=AC=BE?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1-=E9=80=BE=E6=9C=9F=E5=B7=B2=E6=94=B6?= =?UTF-8?q?=E9=87=91=E9=A2=9D(60=E5=A4=A9)=E9=87=91=E9=A2=9D=E8=AE=A1?= =?UTF-8?q?=E7=AE=97=E4=B8=8D=E5=87=86=E7=A1=AE=E9=97=AE=E9=A2=98=E8=A7=A3?= =?UTF-8?q?=E5=86=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- emis-biz/src/main/resources/mapper/EmisSettleBillMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emis-biz/src/main/resources/mapper/EmisSettleBillMapper.xml b/emis-biz/src/main/resources/mapper/EmisSettleBillMapper.xml index c6780d11b..38bc7b1e5 100644 --- a/emis-biz/src/main/resources/mapper/EmisSettleBillMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisSettleBillMapper.xml @@ -209,7 +209,7 @@ if( tbb.totalPayMoney > 0,tbb.totalPayMoney-tbc.totalOtherMoney, 0 ) AS totalPayMoney, if( tbb.recdMoneyIn > 0,tbb.recdMoneyIn-tbc.totalOtherMoney,0) AS recdMoneyIn, if( tbb.recdPayMoney60D > 0,tbb.recdPayMoney60D-tbc.totalOtherMoney,0) recdPayMoney60D, - if( tbb.recdPayMoneyGreat60D >0,tbb.recdPayMoneyGreat60D-tbc.totalOtherMoney,0) recdPayMoneyGreat60D, + if( tbb.recdPayMoneyGreat60D >0,tbb.recdPayMoneyGreat60D,0) recdPayMoneyGreat60D, ( tba.rec_money - tba.reced_money - tbc.totalOtherMoney ) AS noRecMoney FROM (