springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/NeighborApi.java
@@ -398,7 +398,7 @@ @RequestParam(value = "belongTo",required = false) String belongTo, @RequestParam(value = "size",required = false) Integer size, @RequestParam(value = "unitId",required = false) Long unitId, @RequestParam("loginAccount") String loginAccount){ @RequestParam(value = "loginAccount",required = false) String loginAccount){ return this.comActNeighborCircleService.institutionalUnitServiceAnalysis(year,type,range,communityId,page,size,belongTo,unitId); }