huminmin
2026-07-07 b09cca58f08d1fe55a7b0e16574fd71cd8b66d8c
src/main/java/com/ruoyi/project/system/mapper/SysUserMapper.java
@@ -155,5 +155,10 @@
    List<Long> getUserByRole(@Param("role") String role);
    /**
     * 查询所有活跃用户(含部门名称和角色名称)
     */
    List<SysUser> selectUserListWithDetail();
    List<Long> getUserByPerms(@Param("perms") List<String> perms);
}