From 1f7e1f0a74157bc0f0ac4ba9a2b1c11242446874 Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: 星期四, 01 六月 2023 10:22:03 +0800
Subject: [PATCH] 优化就餐

---
 java110-db/src/main/resources/mapper/report/ReportFeeStatisticsServiceDaoImplMapper.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/java110-db/src/main/resources/mapper/report/ReportFeeStatisticsServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/report/ReportFeeStatisticsServiceDaoImplMapper.xml
index 2058a87..791355c 100644
--- a/java110-db/src/main/resources/mapper/report/ReportFeeStatisticsServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/report/ReportFeeStatisticsServiceDaoImplMapper.xml
@@ -1003,7 +1003,7 @@
         and br.status_cd = '0'
         and br.community_id= #{communityId}
         and pf.detail_id = '-1'
-        and pf.cur_month_time &lt; {endDate}
+        and pf.cur_month_time &lt; #{endDate}
         group by bu.floor_id,br.room_id
         ) b
         where b.floor_id = a.floor_id
@@ -1020,7 +1020,7 @@
         and t.status_cd = '0'
         and t.community_id = #{communityId}
         and t.detail_id = '-1'
-        and pf.cur_month_time &lt; {endDate}
+        and pf.cur_month_time &lt; #{endDate}
         and pf1.fee_type_cd = td.status_cd
         ) oweFee
         from f_floor a

--
Gitblit v1.8.0