| | |
| | | <if test="range != null and range != ''"> |
| | | and su.create_at >= #{range} |
| | | </if> |
| | | <if test="appId!=null and appId!=''"> |
| | | and su.app_id = #{appId} |
| | | </if> |
| | | <if test="type == 5"> |
| | | <if test="areaCode != null"> |
| | | and ac.area_code=#{areaCode} |
| | |
| | | and su.id_card<>'' |
| | | <if test="range != null and range != ''"> |
| | | and su.create_at >= #{range} |
| | | </if> |
| | | <if test="appId!=null and appId!=''"> |
| | | and su.app_id = #{appId} |
| | | </if> |
| | | <if test="type == 5"> |
| | | <if test="areaCode != null"> |
| | |
| | | <if test="range != null and range != ''"> |
| | | and t.create_at >= #{range} |
| | | </if> |
| | | <if test="appId!=null and appId!=''"> |
| | | and t.app_id = #{appId} |
| | | </if> |
| | | </select> |
| | | <select id="selectCommunityByStreetId" resultType="com.panzhihua.common.model.vos.user.CommunityVO"> |
| | | select community_id as id,name from com_act where street_id =#{id} |