springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/NeighborApi.java
@@ -428,7 +428,7 @@ * @return */ @GetMapping("/selectCount") public R selectCount(@RequestParam("type")Integer type,@RequestParam(value = "phone",required = false)String phone){ return this.comActNeighborCircleService.selectCount(type,phone); public R selectCount(@RequestParam("type")Integer type,@RequestParam(value = "phone",required = false)String phone,@RequestParam("communityId")Long communityId){ return this.comActNeighborCircleService.selectCount(type,phone,communityId); } }