소스 검색

优化报表

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

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

@@ -665,7 +665,7 @@
         where
         where
         1=1
         1=1
         <if test="floorId != null and floorId != ''">
         <if test="floorId != null and floorId != ''">
-            and t.floor_id = #{floorId}
+            and t.obj_fpc_id = #{floorId}
         </if>
         </if>
         and t.status_cd = '0'
         and t.status_cd = '0'
         and t.community_id= #{communityId}
         and t.community_id= #{communityId}
@@ -688,7 +688,7 @@
         where
         where
         1=1
         1=1
         <if test="floorId != null and floorId != ''">
         <if test="floorId != null and floorId != ''">
-            and t.floor_id = #{floorId}
+            and t.obj_fpc_id = #{floorId}
         </if>
         </if>
         and t.status_cd = '0'
         and t.status_cd = '0'
         and t.community_id= #{communityId}
         and t.community_id= #{communityId}
@@ -709,7 +709,7 @@
         where
         where
         1=1
         1=1
         <if test="floorId != null and floorId != ''">
         <if test="floorId != null and floorId != ''">
-            and t.floor_id = #{floorId}
+            and t.obj_fpc_id = #{floorId}
         </if>
         </if>
         and t.status_cd = '0'
         and t.status_cd = '0'
         and t.community_id= #{communityId}
         and t.community_id= #{communityId}
@@ -730,7 +730,7 @@
         where
         where
         1=1
         1=1
         <if test="floorId != null and floorId != ''">
         <if test="floorId != null and floorId != ''">
-            and t.floor_id = #{floorId}
+            and t.obj_fpc_id = #{floorId}
         </if>
         </if>
         and t.status_cd = '0'
         and t.status_cd = '0'
         and t.community_id= #{communityId}
         and t.community_id= #{communityId}
@@ -752,7 +752,7 @@
         where
         where
         1=1
         1=1
         <if test="floorId != null and floorId != ''">
         <if test="floorId != null and floorId != ''">
-            and t.floor_id = #{floorId}
+            and t.obj_fpc_id = #{floorId}
         </if>
         </if>
         and t.status_cd = '0'
         and t.status_cd = '0'
         and t.community_id= #{communityId}
         and t.community_id= #{communityId}