mirror of
https://github.com/kerwincui/FastBee.git
synced 2025-10-05 16:18:05 +08:00
大屏展示404问题修复
This commit is contained in:
@@ -46,4 +46,17 @@ public class DeviceLogController extends BaseController
|
||||
return getDataTable(list);
|
||||
}
|
||||
|
||||
/**
|
||||
* 查询设备日志列表
|
||||
*/
|
||||
@ApiOperation("查询设备日志列表")
|
||||
@PreAuthorize("@ss.hasPermi('iot:device:list')")
|
||||
@GetMapping("/list")
|
||||
public TableDataInfo list(DeviceLog deviceLog)
|
||||
{
|
||||
startPage();
|
||||
List<DeviceLog> list = deviceLogService.selectDeviceLogList(deviceLog);
|
||||
return getDataTable(list);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user