| | |
| | | <where> |
| | | AND caep.del_tag = 0 |
| | | <if test="easyAppDTO.communityId!=null"> |
| | | AND caep.community_id = #{easyAppDTO.communityId} |
| | | AND caep.community_id = ${easyAppDTO.communityId} |
| | | </if> |
| | | <if test="easyAppDTO.isReport!=null"> |
| | | AND caep.is_report = #{easyAppDTO.isReport} |
| | |
| | | <where> |
| | | AND caep.del_tag = 0 |
| | | <if test="easyAppDTO.communityId!=null"> |
| | | AND caep.community_id = #{easyAppDTO.communityId} |
| | | AND caep.community_id = ${easyAppDTO.communityId} |
| | | </if> |
| | | <if test="easyAppDTO.streetId!=null"> |
| | | and ca.street_id = #{easyAppDTO.streetId} |