2021与蓝度共同重构项目,服务端
liuhaonan
2022-09-23 af4cd17b9851e940dd1dc8a43b3b21fbdd452f76
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));
    }
}