| | |
| | | <if test="cityCode !=null and cityCode != ''"> |
| | | and t.city_code= #{cityCode} |
| | | </if> |
| | | <if test="communityCode !=null and communityCode != ''"> |
| | | and t.community_code= #{communityCode} |
| | | </if> |
| | | <if test="statusCd !=null and statusCd != ''"> |
| | | and t.status_cd= #{statusCd} |
| | | </if> |
| | |
| | | <if test="communityId !=null and communityId != ''"> |
| | | and t.community_id= #{communityId} |
| | | </if> |
| | | <if test="communityCode !=null and communityCode != ''"> |
| | | and t.community_code= #{communityCode} |
| | | </if> |
| | | <if test="communityIds != null"> |
| | | and t.community_id in |
| | | <foreach collection="communityIds" item="item" open="(" close=")" separator=","> |