From 80ddf4c9c0bcb0f6c31524e0d9f5599c8001e904 Mon Sep 17 00:00:00 2001
From: liyong <18434998025@163.com>
Date: 星期五, 10 七月 2026 13:29:38 +0800
Subject: [PATCH] Merge branch 'dev_business' of http://114.132.189.42:9002/r/mom-pro2-after into dev_business
---
yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/service/user/AdminUserService.java | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/service/user/AdminUserService.java b/yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/service/user/AdminUserService.java
index 947c723..4ec9765 100644
--- a/yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/service/user/AdminUserService.java
+++ b/yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/service/user/AdminUserService.java
@@ -158,6 +158,14 @@
*/
List<AdminUserDO> getUserList(Collection<Long> ids);
+
+ /**
+ * 鑾峰緱鍏ㄩ儴鐢ㄦ埛鍒楄〃
+ *
+ * @return 鐢ㄦ埛鍒楄〃
+ */
+ List<AdminUserDO> getUserListAll();
+
/**
* 鏍¢獙鐢ㄦ埛浠槸鍚︽湁鏁堛�傚涓嬫儏鍐碉紝瑙嗕负鏃犳晥锛�
* 1. 鐢ㄦ埛缂栧彿涓嶅瓨鍦�
@@ -206,6 +214,13 @@
List<AdminUserDO> getUserListByStatus(Integer status);
/**
+ * 鑾峰緱鎸囧畾閮ㄩ棬鐨勭敤鎴�
+ * @param deptIds
+ * @return
+ */
+ List<AdminUserDO> getDeptUsers(Collection<Long> deptIds);
+
+ /**
* 鍒ゆ柇瀵嗙爜鏄惁鍖归厤
*
* @param rawPassword 鏈姞瀵嗙殑瀵嗙爜
--
Gitblit v1.9.3