|
|
|
@ -862,7 +862,7 @@ public class ReportServiceImpl implements ReportService {
|
|
|
|
|
List<RunAlarmVo> alarms = this.hz3000Alarm(code,start,end); |
|
|
|
|
// FIXME 设备实例:一级告警
|
|
|
|
|
// FDP智能预警
|
|
|
|
|
// alarms.addAll(this.intelligentEarly(code,start,end));
|
|
|
|
|
alarms.addAll(this.intelligentEarly(code,start,end)); |
|
|
|
|
return JSONObject.toJSONString(alarms); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -904,7 +904,7 @@ public class ReportServiceImpl implements ReportService {
|
|
|
|
|
StbAnalysisDTO param = new StbAnalysisDTO(); |
|
|
|
|
param.setStartTime(LocalDateTime.parse(start,DateUtil.DATETIME_FORMATTER)); |
|
|
|
|
param.setEndTime(LocalDateTime.parse(end, DateUtil.DATETIME_FORMATTER)); |
|
|
|
|
param.setStation(code); |
|
|
|
|
param.setStations(Collections.singletonList(code)); |
|
|
|
|
param.setPage(0); |
|
|
|
|
param.setPageSize(100000); |
|
|
|
|
Result<HzPage<StbAnalysisVO>> result = soeDataClient.pageStbAnalysis(param); |
|
|
|
|