设备在线率统计等

This commit is contained in:
mi9688
2024-11-26 13:45:08 +08:00
parent eda321d9d8
commit 45b3381eb2
9 changed files with 19 additions and 12 deletions

View File

@ -20,7 +20,7 @@ import com.fastbee.framework.web.domain.Server;
public class ServerController
{
@ApiOperation("获取服务器信息")
@PreAuthorize("@ss.hasPermi('monitor:server:list')")
// @PreAuthorize("@ss.hasPermi('monitor:server:list')")
@GetMapping()
public AjaxResult getInfo() throws Exception
{

View File

@ -40,7 +40,7 @@ public class SysNoticeController extends BaseController
* 获取通知公告列表
*/
@ApiOperation("获取通知公告列表")
@PreAuthorize("@ss.hasPermi('system:notice:list')")
// @PreAuthorize("@ss.hasPermi('system:notice:list')")
@GetMapping("/list")
public TableDataInfo list(SysNotice notice)
{