ximon-admin/src/main/java/com/sandu/ximon/admin/controller/VnnoxController.java
@@ -276,9 +276,6 @@ if (byId == null) { throw new BusinessException("分组不存在"); } if (!permissionConfig.check(MenuEnum.LED_LIST.getCode())) { return ResponseUtil.fail("缺少对应用户权限"); } return ResponseUtil.success(ledPlayerEntityService.getListByGroupId(groupId)); } }