角色列表返回类型保持一致
This commit is contained in:
@ -122,7 +122,7 @@ public class SysRoleServiceImpl implements ISysRoleService
|
||||
* @return 选中角色ID列表
|
||||
*/
|
||||
@Override
|
||||
public List<Integer> selectRoleListByUserId(Long userId)
|
||||
public List<Long> selectRoleListByUserId(Long userId)
|
||||
{
|
||||
return roleMapper.selectRoleListByUserId(userId);
|
||||
}
|
||||
|
Reference in New Issue
Block a user