From 902611585f8b160193f13fea74f3c2083876c5a0 Mon Sep 17 00:00:00 2001 From: 张天森 <1292933220@qq.com> Date: 星期五, 08 七月 2022 16:46:04 +0800 Subject: [PATCH] 统计bug修改,新增排序数据 --- springcloud_k8s_panzhihuazhihuishequ/applets/src/main/java/com/panzhihua/applets/api/CommunityApi.java | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/applets/src/main/java/com/panzhihua/applets/api/CommunityApi.java b/springcloud_k8s_panzhihuazhihuishequ/applets/src/main/java/com/panzhihua/applets/api/CommunityApi.java index 021229f..29d7146 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/applets/src/main/java/com/panzhihua/applets/api/CommunityApi.java +++ b/springcloud_k8s_panzhihuazhihuishequ/applets/src/main/java/com/panzhihua/applets/api/CommunityApi.java @@ -374,8 +374,9 @@ @RequestParam(value = "communityId",required = false) Long communityId, @RequestParam(value = "page",required = false) Integer page, @RequestParam(value = "size",required = false) Integer size, - @RequestParam(value = "belongTo",required = false) String belongTo){ - return communityService.institutionalUnitServiceAnalysis(year,type,range,communityId,page,size,belongTo); + @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); } -- Gitblit v1.7.1