springcloud_k8s_panzhihuazhihuishequ/applets/src/main/java/com/panzhihua/applets/api/NeighborApi.java
@@ -263,8 +263,8 @@ */ @ApiOperation(value = "求助我的问题数量统计") @GetMapping("/selectCount") public R selectCount(@RequestParam("type")Integer type,@RequestParam(value = "phone",required = false)String phone){ return this.communityService.selectCount(type,phone); public R selectCount(@RequestParam("type")Integer type,@RequestParam(value = "phone",required = false)String phone,@RequestParam("communityId")Long communityId){ return this.communityService.selectCount(type,phone,communityId); } }