springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComAreaTownCommunityMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComAreaTownCommunityMapper.xml
@@ -19,7 +19,7 @@ </select> <select id="selectCommunity" resultType="com.panzhihua.common.model.vos.community.acid.ComAreaCounty"> select distinct community as value,community_id from com_area_town_community where town =#{town} <if test="area!=null and area !=''"> and community !='学园社区'</if> select distinct community as value,community_id from com_area_town_community where town =#{town} <if test="area==null or area ==''"> and community !='学园社区'</if> </select> </mapper>