lidongdong
2024-07-15 ed9e98f6b71bf662c045fd8e24d6ac254f624051
springcloud_k8s_panzhihuazhihuishequ/applets/src/main/java/com/panzhihua/applets/api/CommunityApi.java
@@ -454,8 +454,10 @@
                                  @RequestParam(value = "page", required = false) Integer page,
                                  @RequestParam(value = "size", required = false) Integer size,
                                  @RequestParam(value = "belongTo", required = false) String belongTo,
                                  @RequestParam(value = "unitId", required = false) Long unitId) {
        return communityService.institutionalUnitServiceAnalysis(year, type, range, communityId, page, size, belongTo, unitId, this.getLoginUserInfo().getAccount());
                                  @RequestParam(value = "unitId", required = false) Long unitId,
                                  @RequestParam(value = "searchContent",required = false) String searchContent) {
        return communityService.institutionalUnitServiceAnalysis(year, type, range, communityId, page,
                size, belongTo, unitId, this.getLoginUserInfo().getAccount(),searchContent);
    }