springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/NeighborApi.java
@@ -421,6 +421,14 @@ public R serviceStaticBackstage(@RequestBody ServiceStaticBackstageDTO serviceStaticDTO){ return this.comActNeighborCircleService.serviceStaticBackstage(serviceStaticDTO); } /** * 求助我的问题数量统计 * @param type * @param phone * @return */ @GetMapping("/selectCount") public R selectCount(@RequestParam("type")Integer type,@RequestParam(value = "phone",required = false)String phone){ return this.comActNeighborCircleService.selectCount(type,phone); } }