hsy
9 天以前 e11706ad56843610601c14aa15868c4c3b908548
yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/service/user/AdminUserService.java
@@ -21,7 +21,7 @@
/**
 * 后台用户 Service 接口
 *
 * @author 芋道源码
 * @author 超级管理员
 */
public interface AdminUserService {
@@ -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 未加密的密码