java110 %!s(int64=2) %!d(string=hai) anos
pai
achega
926f8ee43c

+ 4 - 4
java110-db/src/main/resources/mapper/report/ReportFeeStatisticsServiceDaoImplMapper.xml

@@ -609,7 +609,7 @@
         where
         1=1
         <if test="floorId != null and floorId != ''">
-            and bu.floor_id = a.floor_id
+            and bu.floor_id = #{floorId}
         </if>
         and t.status_cd = '0'
         and t.community_id= #{communityId}
@@ -634,7 +634,7 @@
         where
         1=1
         <if test="floorId != null and floorId != ''">
-            and bu.floor_id = a.floor_id
+            and bu.floor_id = #{floorId}
         </if>
         and t.status_cd = '0'
         and t.community_id= #{communityId}
@@ -660,7 +660,7 @@
         where
         1=1
         <if test="floorId != null and floorId != ''">
-            and bu.floor_id = a.floor_id
+            and bu.floor_id = #{floorId}
         </if>
         and t.status_cd = '0'
         and t.community_id= #{communityId}
@@ -685,7 +685,7 @@
         where
         1=1
         <if test="floorId != null and floorId != ''">
-            and bu.floor_id = a.floor_id
+            and bu.floor_id = #{floorId}
         </if>
         and t.status_cd = '0'
         and t.community_id= #{communityId}