| | |
| | | </select> |
| | | |
| | | <select id="selectStreetByAreaCode" resultType="com.panzhihua.common.model.vos.user.StreetVOS"> |
| | | select street_id as id,name as name from com_street where area_code=#{code} |
| | | select street_id as id,name as name from com_street where area_code=#{code} and app_id ='wx118de8a734d269f0' |
| | | </select> |
| | | <select id="selectStreetsByAreaCode" resultType="com.panzhihua.common.model.vos.user.StreetVO"> |
| | | select street_id as id,name as name from com_street where area_code=#{code} |
| | |
| | | </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} |
| | | select community_id as id,name from com_act where street_id =#{id} and app_id = 'wx118de8a734d269f0' |
| | | <if test="type == 1"> |
| | | and name like concat('%','社区') |
| | | </if> |