java110 2 년 전
부모
커밋
926f8ee43c
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      java110-db/src/main/resources/mapper/report/ReportFeeStatisticsServiceDaoImplMapper.xml

+ 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}