wuxw
2024-02-23 37de399e76a816e77c9b7b11f0ece938d129c6fd
java110-db/src/main/resources/mapper/report/ReportFloorFeeStatisticsServiceDaoImplMapper.xml
@@ -78,7 +78,7 @@
        where
        1=1
        and t.status_cd = '0'
        and t.community_id= a.community_id
        and t.community_id= #{communityId}
        and t.create_time > #{startDate}
        and t.create_time < #{endDate}
        and bu.floor_id in
@@ -107,7 +107,7 @@
            #{item}
        </foreach>
        and t.status_cd = '0'
        and t.community_id= a.community_id
        and t.community_id= #{communityId}
        and t.pay_fee_time &gt; #{startDate}
        and t.pay_fee_time &lt; #{endDate}
        and t.cur_month_time &gt;= #{endDate}
@@ -133,7 +133,7 @@
            #{item}
        </foreach>
        and t.status_cd = '0'
        and t.community_id= a.community_id
        and t.community_id= #{communityId}
        and t.detail_id = '-1'
        and t.cur_month_time &lt; #{startDate}
        <if test="configIds !=null ">
@@ -158,7 +158,7 @@
            #{item}
        </foreach>
        and t.status_cd = '0'
        and t.community_id= a.community_id
        and t.community_id= #{communityId}
        and t.cur_month_time &gt;= #{startDate}
        and t.cur_month_time &lt; #{endDate}
        <if test="configIds !=null ">
@@ -183,7 +183,7 @@
            #{item}
        </foreach>
        and t.status_cd = '0'
        and t.community_id= a.community_id
        and t.community_id= #{communityId}
        and t.cur_month_time &gt;= #{startDate}
        and t.cur_month_time &lt; #{endDate}
        and t.detail_id != '-1'
@@ -209,7 +209,7 @@
            #{item}
        </foreach>
        and t.status_cd = '0'
        and t.community_id= a.community_id
        and t.community_id= #{communityId}
        and t.pay_fee_time &gt; #{startDate}
        and t.pay_fee_time &lt; #{endDate}
        and t.cur_month_time &lt; #{startDate}