springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComActService.java
@@ -81,6 +81,13 @@ R getCommunityLists(); /** * 查询西区社区列表 * * @return 社区列表 */ R getWestCommunityLists(); /** * 查询社区所有列表 * * @return 社区列表 @@ -104,4 +111,6 @@ * @return 社区列表 */ R communitySwitchSearchDistanceList(SearchCommunityDTO communityDTO); R getCommunityPassword(Long communityId); }