RuoYi
2022-09-15 c3faa1a925282d903a535b298eab9f7fbfa53c8b
ruoyi-system/src/main/java/com/ruoyi/system/service/ISysRoleService.java
@@ -49,7 +49,7 @@
     * @param userId 用户ID
     * @return 选中角色ID列表
     */
    public List<Integer> selectRoleListByUserId(Long userId);
    public List<Long> selectRoleListByUserId(Long userId);
    /**
     * 通过角色ID查询角色