Commit 6c0722c1 authored by litengwei's avatar litengwei

设备平台中屏接口

parent 3d212d20
...@@ -176,7 +176,7 @@ public class BigScreenController extends AbstractBaseController { ...@@ -176,7 +176,7 @@ public class BigScreenController extends AbstractBaseController {
@GetMapping("/statistic/trend/forSbpt") @GetMapping("/statistic/trend/forSbpt")
public ResponseModel getSystemAlarmTrendForSbpt(@RequestParam(value = "systemCode", required = false)String systemCode, public ResponseModel getSystemAlarmTrendForSbpt(@RequestParam(value = "systemCode", required = false)String systemCode,
@RequestParam(value = "updateTime", required = false)String updateTime) { @RequestParam(value = "updateTime", required = false)String updateTime) {
return CommonResponseUtil.success(iFireFightingSystemService.getSystemAlarmTrend(systemCode, updateTime)); return CommonResponseUtil.success(iFireFightingSystemService.getSystemAlarmTrendForSbpt(systemCode, updateTime));
} }
@TycloudOperation(ApiLevel = UserType.AGENCY) @TycloudOperation(ApiLevel = UserType.AGENCY)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment