2026-06-30 24681c81c09022f584a57006f2534b5f74723414
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 未加密的密码