|
@@ -78,7 +78,7 @@
|
|
|
where
|
|
where
|
|
|
1=1
|
|
1=1
|
|
|
and t.status_cd = '0'
|
|
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 > #{startDate}
|
|
|
and t.create_time < #{endDate}
|
|
and t.create_time < #{endDate}
|
|
|
and bu.floor_id in
|
|
and bu.floor_id in
|
|
@@ -107,7 +107,7 @@
|
|
|
#{item}
|
|
#{item}
|
|
|
</foreach>
|
|
</foreach>
|
|
|
and t.status_cd = '0'
|
|
and t.status_cd = '0'
|
|
|
- and t.community_id= a.community_id
|
|
|
|
|
|
|
+ and t.community_id= #{communityId}
|
|
|
and t.pay_fee_time > #{startDate}
|
|
and t.pay_fee_time > #{startDate}
|
|
|
and t.pay_fee_time < #{endDate}
|
|
and t.pay_fee_time < #{endDate}
|
|
|
and t.cur_month_time >= #{endDate}
|
|
and t.cur_month_time >= #{endDate}
|
|
@@ -133,7 +133,7 @@
|
|
|
#{item}
|
|
#{item}
|
|
|
</foreach>
|
|
</foreach>
|
|
|
and t.status_cd = '0'
|
|
and t.status_cd = '0'
|
|
|
- and t.community_id= a.community_id
|
|
|
|
|
|
|
+ and t.community_id= #{communityId}
|
|
|
and t.detail_id = '-1'
|
|
and t.detail_id = '-1'
|
|
|
and t.cur_month_time < #{startDate}
|
|
and t.cur_month_time < #{startDate}
|
|
|
<if test="configIds !=null ">
|
|
<if test="configIds !=null ">
|
|
@@ -158,7 +158,7 @@
|
|
|
#{item}
|
|
#{item}
|
|
|
</foreach>
|
|
</foreach>
|
|
|
and t.status_cd = '0'
|
|
and t.status_cd = '0'
|
|
|
- and t.community_id= a.community_id
|
|
|
|
|
|
|
+ and t.community_id= #{communityId}
|
|
|
and t.cur_month_time >= #{startDate}
|
|
and t.cur_month_time >= #{startDate}
|
|
|
and t.cur_month_time < #{endDate}
|
|
and t.cur_month_time < #{endDate}
|
|
|
<if test="configIds !=null ">
|
|
<if test="configIds !=null ">
|
|
@@ -183,7 +183,7 @@
|
|
|
#{item}
|
|
#{item}
|
|
|
</foreach>
|
|
</foreach>
|
|
|
and t.status_cd = '0'
|
|
and t.status_cd = '0'
|
|
|
- and t.community_id= a.community_id
|
|
|
|
|
|
|
+ and t.community_id= #{communityId}
|
|
|
and t.cur_month_time >= #{startDate}
|
|
and t.cur_month_time >= #{startDate}
|
|
|
and t.cur_month_time < #{endDate}
|
|
and t.cur_month_time < #{endDate}
|
|
|
and t.detail_id != '-1'
|
|
and t.detail_id != '-1'
|
|
@@ -209,7 +209,7 @@
|
|
|
#{item}
|
|
#{item}
|
|
|
</foreach>
|
|
</foreach>
|
|
|
and t.status_cd = '0'
|
|
and t.status_cd = '0'
|
|
|
- and t.community_id= a.community_id
|
|
|
|
|
|
|
+ and t.community_id= #{communityId}
|
|
|
and t.pay_fee_time > #{startDate}
|
|
and t.pay_fee_time > #{startDate}
|
|
|
and t.pay_fee_time < #{endDate}
|
|
and t.pay_fee_time < #{endDate}
|
|
|
and t.cur_month_time < #{startDate}
|
|
and t.cur_month_time < #{startDate}
|