java110 преди 2 години
родител
ревизия
4e7907983a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      java110-db/src/main/resources/mapper/report/ReportFeeStatisticsServiceDaoImplMapper.xml

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

@@ -581,7 +581,7 @@
         1=1
         and a.status_cd = '0'
         and pf.payer_obj_type = '3333'
-        and t.community_id= a.community_id
+        and t.community_id= #{communityId}
         and t.cur_month_time < #{endDate}
         and t.detail_id = '-1'
         <if test="configIds !=null ">