|
@@ -163,7 +163,7 @@ public class SysUserController {
|
|
|
|
|
|
Set<Integer> roleIds = Arrays.stream(roles).collect(Collectors.toSet());
|
|
Set<Integer> roleIds = Arrays.stream(roles).collect(Collectors.toSet());
|
|
|
|
|
|
- return CollUtil.containsAny(roleIds, ADMIN_ROLE_ID);
|
|
|
|
|
|
+ return !CollUtil.containsAny(roleIds, ADMIN_ROLE_ID);
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|