From 7a7c01d8ae0c0f2d7ffcaf8de5a7a1d49ba92c10 Mon Sep 17 00:00:00 2001
From: yanghui <2536613402@qq.com>
Date: 星期三, 30 十一月 2022 17:59:20 +0800
Subject: [PATCH] Merge branch 'local_20221104' into huacheng_test

---
 springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/CommunityApi.java |   36 ++++++++++++++++++++++++++++++++++++
 1 files changed, 36 insertions(+), 0 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/CommunityApi.java b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/CommunityApi.java
index 618d0c7..348a8bd 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/CommunityApi.java
+++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/CommunityApi.java
@@ -2771,4 +2771,40 @@
         return automessageSysUserService.selectAutomessageSysUserById(id);
     }
 
+    /**
+     * 根据id查询重复的社区id集合
+     * @return
+     */
+    @GetMapping("selectBasicData")
+    public R selectBasicData(){
+        return comActService.selectBasicData();
+    }
+
+    /**
+     * 统计在职干部特长
+     * @return
+     */
+    @GetMapping("statisticsPbMemberType")
+    public R statisticsPbMemberType(){
+        return comActService.statisticsPbMemberType();
+    }
+
+    /**
+     * 统计单位
+     * @return
+     */
+    @GetMapping("selectUnitByNatureName")
+    public R selectUnitByNatureName(){
+        return comActService.selectUnitByNatureName();
+    }
+
+    /**
+     * 大屏-社区活动分页
+     * @return
+     */
+    @GetMapping("pageActivityBigScreen")
+    public R pageActivityBigScreen(@RequestBody CommonPage commonPage){
+        return comActActivityService.pageActivityBigScreen(commonPage);
+    }
+
 }

--
Gitblit v1.7.1