springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityService.java
@@ -10544,4 +10544,16 @@ @GetMapping("/sanshuo/comEvent/communityList") R westList(); @GetMapping("/sanshuo/expert/backstageList2") R expertBackStageList(@RequestParam(value = "level",required = false)Integer level,@RequestParam(value = "page",required = false)Integer page, @RequestParam(value = "size",required = false)Integer size); /** * 查询社区id集合 * @param id * @return */ @GetMapping("selectCommunityIds") R selectCommunityIds(@RequestParam("id") Long id); }