设备在线率统计等
This commit is contained in:
@ -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
|
||||
{
|
||||
|
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user