Your Name
2023-06-01 1f7e1f0a74157bc0f0ac4ba9a2b1c11242446874
java110-db/src/main/resources/mapper/report/ReportFeeStatisticsServiceDaoImplMapper.xml
@@ -1003,7 +1003,7 @@
        and br.status_cd = '0'
        and br.community_id= #{communityId}
        and pf.detail_id = '-1'
        and pf.cur_month_time < {endDate}
        and pf.cur_month_time < #{endDate}
        group by bu.floor_id,br.room_id
        ) b
        where b.floor_id = a.floor_id
@@ -1020,7 +1020,7 @@
        and t.status_cd = '0'
        and t.community_id = #{communityId}
        and t.detail_id = '-1'
        and pf.cur_month_time < {endDate}
        and pf.cur_month_time < #{endDate}
        and pf1.fee_type_cd = td.status_cd
        ) oweFee
        from f_floor a