From 08f1b1f1804a8bd833d42f257908d80e88387b55 Mon Sep 17 00:00:00 2001
From: mitao <2763622819@qq.com>
Date: 星期五, 14 三月 2025 11:27:47 +0800
Subject: [PATCH] 3.5增加登录验证、修改密码、人员列表调整
---
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComActService.java | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComActService.java b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComActService.java
index ead5cbf..194a04b 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComActService.java
+++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComActService.java
@@ -113,4 +113,25 @@
R communitySwitchSearchDistanceList(SearchCommunityDTO communityDTO);
R getCommunityPassword(Long communityId);
+
+ R selectIds(Long id);
+
+ /**
+ * 统计大屏-基础数据
+ * @return
+ */
+ R selectBasicData();
+
+ /**
+ * 统计在职干部特长
+ * @return
+ */
+ R statisticsPbMemberType();
+
+ /**
+ * 单位统计
+ * @return
+ */
+ R selectUnitByNatureName();
+
}
--
Gitblit v1.7.1