ximon-admin/src/main/java/com/sandu/ximon/admin/service/RoleService.java
@@ -117,8 +117,8 @@ /** * 判断当前角色能不能操作目标用户 不行的话直接抛出异常 * @param roleLevel 目标用户的最大角色 * @return * @param roleLevel 目标用户的最高角色等级 * @return 操作人的最高角色等级 */ public int assertLevels(Integer roleLevel) { Long userId = SecurityUtils.getUserId();