java110 2 jaren geleden
bovenliggende
commit
4e7907983a

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