From e405990cec59fdaaf5f90b6d6b5e5d61176349e1 Mon Sep 17 00:00:00 2001 From: winter Date: Tue, 3 Jan 2023 11:25:05 +0800 Subject: [PATCH] fix bug --- mallinkService/src/main/resources/mapper/WxBillAllMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mallinkService/src/main/resources/mapper/WxBillAllMapper.xml b/mallinkService/src/main/resources/mapper/WxBillAllMapper.xml index 3e84046f2..ae4541785 100644 --- a/mallinkService/src/main/resources/mapper/WxBillAllMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxBillAllMapper.xml @@ -711,7 +711,7 @@ depositReceivePay, round((bill.otherReceivePay+bill.otherLatePay+bill.otherServiceChargePay-bill.otherPay)/100,2) otherReceivePay, - round((bill.rentReceivePay+bill.propertyReceivePay+bill.depositReceivePay+bill.otherReceivePay + round((bill.rentReceivePay+bill.bmReceivePay+bill.omReceivePay+bill.propertyReceivePay+bill.depositReceivePay+bill.otherReceivePay +bill.rentLatePay+bill.propertyLatePay+bill.depositLatePay+bill.otherLatePay +bill.rentServiceChargePay+bill.propertyServiceChargePay+bill.depositServiceChargePay+bill.otherServiceChargePay -bill.rentPay-bill.propertyPay-bill.depositPay-bill.otherPay)/100,2) totalReceivePay @@ -725,7 +725,7 @@ round((bill.depositReceivePay+bill.depositLatePay+bill.depositServiceChargePay)/100,2) depositReceivePay, round((bill.otherReceivePay+bill.otherLatePay+bill.otherServiceChargePay)/100,2) otherReceivePay, - round((bill.rentReceivePay+bill.propertyReceivePay+bill.depositReceivePay + round((bill.rentReceivePay+bill.bmReceivePay+bill.omReceivePay+bill.propertyReceivePay+bill.depositReceivePay +bill.otherReceivePay+bill.rentLatePay+bill.propertyLatePay+bill.depositLatePay +bill.otherLatePay+bill.rentServiceChargePay+bill.propertyServiceChargePay+bill.depositServiceChargePay+bill.otherServiceChargePay)/100,2) totalReceivePay