|
@@ -37,7 +37,7 @@ public class DeviceController {
|
|
|
* 获取特定时间的设备数据
|
|
|
*/
|
|
|
////@PreAuthorize("@ss.hasPermi('iot:device:query')")
|
|
|
- @GetMapping(value = "/runningSpanData")
|
|
|
+ @GetMapping(value = "/runningTsData")
|
|
|
@Operation(summary = "获取特定时间设备数据")
|
|
|
public CommonResult<List<DeviceVO>> getRunningTsDataInfo(@Valid DeviceVO device) {
|
|
|
return success(deviceService.selectByTs(device));
|