yanghui
2022-11-29 3da01b2a6cf247f90aed86fc37d8cb0ab51a4b4c
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComActService.java
@@ -78,7 +78,7 @@
     * 
     * @return 社区列表
     */
    R getCommunityLists();
    R getCommunityLists(String appId);
    /**
     * 查询西区社区列表
@@ -113,4 +113,6 @@
    R communitySwitchSearchDistanceList(SearchCommunityDTO communityDTO);
    R getCommunityPassword(Long communityId);
    R selectIds(Long id);
}