springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComActDAO.java
@@ -90,4 +90,7 @@ "where cs.area_code = '510423' " + "HAVING distance >= 0 and distance <= #{communityDTO.distance} ORDER BY distance ASC") List<CommunitySwitchAllAppletsVO> getCommunityListByNearby(@Param("communityDTO") SearchCommunityDTO communityDTO); @Select("select community_id,name from com_act where state = 0 and area_code = '510423' ") List<EventGridCommunityAdminVO> getWestCommunityLists(); }