From bb2e9503380f096b23489a4e26f0f99dcd7d778c Mon Sep 17 00:00:00 2001 From: linfso Date: Thu, 29 May 2025 17:39:55 +0800 Subject: [PATCH] md --- .../src/main/resources/mapper/EmisSettleBillMapper.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/emis-biz/src/main/resources/mapper/EmisSettleBillMapper.xml b/emis-biz/src/main/resources/mapper/EmisSettleBillMapper.xml index b07181947..3dcfc385e 100644 --- a/emis-biz/src/main/resources/mapper/EmisSettleBillMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisSettleBillMapper.xml @@ -146,7 +146,10 @@ tba.salesmen as salesmen, tba.payee as payee, tba.create_time as createTime, - + tba.satisfy_money as satisfyMoney, + tba.allowance_money as allowanceMoney, + 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, @@ -170,6 +173,10 @@ send_piece_sum, rec_money, reced_money, + satisfy_money, + allowance_money, + deduction_money, + other_money, salesmen, payee, create_time