| | |
| | | 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 |
| | |
| | | #{item} |
| | | </foreach> |
| | | 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 < #{endDate} |
| | | and t.cur_month_time >= #{endDate} |
| | |
| | | #{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 < #{startDate} |
| | | <if test="configIds !=null "> |
| | |
| | | #{item} |
| | | </foreach> |
| | | 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 < #{endDate} |
| | | <if test="configIds !=null "> |
| | |
| | | #{item} |
| | | </foreach> |
| | | 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 < #{endDate} |
| | | and t.detail_id != '-1' |
| | |
| | | #{item} |
| | | </foreach> |
| | | 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 < #{endDate} |
| | | and t.cur_month_time < #{startDate} |