From 179c4d64313c9b7572778da4aaaf6c6584fe457d Mon Sep 17 00:00:00 2001 From: mitao <2763622819@qq.com> Date: 星期二, 20 五月 2025 23:48:08 +0800 Subject: [PATCH] 修改文件上传类型限制 --- springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/java/com/panzhihua/service_dangjian/service/ComPbCheckUnitService.java | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/java/com/panzhihua/service_dangjian/service/ComPbCheckUnitService.java b/springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/java/com/panzhihua/service_dangjian/service/ComPbCheckUnitService.java index a8e7c5d..0f0de10 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/java/com/panzhihua/service_dangjian/service/ComPbCheckUnitService.java +++ b/springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/java/com/panzhihua/service_dangjian/service/ComPbCheckUnitService.java @@ -2,6 +2,7 @@ import com.panzhihua.common.model.dtos.common.*; import com.panzhihua.common.model.vos.R; +import com.panzhihua.common.model.vos.TreeListVO; import com.panzhihua.common.model.vos.partybuilding.excel.ComPbCheckUnitExcelVO; import java.util.List; @@ -27,6 +28,10 @@ * @date 2022-02-16 16:22:26 */ R queryByPage(PageComPbCheckUnitDto comPbCheckUnit); + + R treeList(TreeListVO treeListVO); + + R orgList(); /** * description insert 新增数据 @@ -101,7 +106,7 @@ * @param choice * @return */ - R unitStatisticsTop(Long communityId, String belongTo, String choice,Long[] unitIds); + R unitStatisticsTop(Long communityId, String belongTo, String choice,Long[] unitIds,String yearTime); /** * 报到单位统计 @@ -118,7 +123,7 @@ * @param checkUnitId * @return */ - R pbStatisticsTop(Long communityId, String belongTo, String choice, Long checkUnitId,Long[] unitIds); + R pbStatisticsTop(Long communityId, String belongTo, String choice, Long checkUnitId,Long[] unitIds ,String yearTime); /** * 报到党员统计-按单位归属统计 -- Gitblit v1.7.1