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