若依
2021-11-01 2fe919b6ceeab958d1d5e65a8b39fca129f0e6c5
ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysRoleMapper.java
@@ -39,7 +39,7 @@
     * @param userId 用户ID
     * @return 选中角色ID列表
     */
    public List<Integer> selectRoleListByUserId(Long userId);
    public List<Long> selectRoleListByUserId(Long userId);
    /**
     * 通过角色ID查询角色