ximon-admin/src/main/java/com/sandu/ximon/admin/service/ClientService.java
@@ -74,8 +74,8 @@ if (role == null) { throw new BusinessException("角色不存在"); } if (!RoleLevelStatus.NORMAL.getCode().equals(role.getLevel())) { throw new BusinessException("无法添加超级管理员或用户管理员"); if (RoleLevelStatus.SUPER.getCode().equals(role.getLevel())) { throw new BusinessException("无法添加超级管理员"); }