|
|
@@ -541,7 +541,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}
|
|
|
<if test="configIds !=null ">
|
|
|
and t.config_id in
|
|
|
@@ -570,7 +570,7 @@
|
|
|
and bu.floor_id = a.floor_id
|
|
|
</if>
|
|
|
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}
|
|
|
<if test="configIds !=null ">
|