From bbf743b00e636921f960ba85731fe599ae471a82 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期四, 25 五月 2023 18:18:00 +0800
Subject: [PATCH] optimize
---
java110-db/src/main/resources/mapper/report/ReportFeeStatisticsServiceDaoImplMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/java110-db/src/main/resources/mapper/report/ReportFeeStatisticsServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/report/ReportFeeStatisticsServiceDaoImplMapper.xml
index 3aeb683..8687111 100644
--- a/java110-db/src/main/resources/mapper/report/ReportFeeStatisticsServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/report/ReportFeeStatisticsServiceDaoImplMapper.xml
@@ -834,7 +834,7 @@
</select>
<!-- 鏌ヨ璐︽埛鎵f-->
- <select id="getPrestoreAccount" parameterType="Map" resultType="Map">
+ <select id="getWithholdAccount" parameterType="Map" resultType="Map">
select SUM(t.discount_amount) withholdAccount lateFee
from account_detail t
INNER JOIN account ac on t.acct_id = ac.acct_id and ac.status_cd = '0'
--
Gitblit v1.8.0