Commit 194a9165 authored by hanbing's avatar hanbing

[update] 新信号评价-运行评价-增加时间列表

parent cb84ffaf
......@@ -188,6 +188,7 @@ public class RunningEvaluateServiceImpl implements RunningEvaluateService {
.collect(Collectors.toList());
runningEvaluateStatusVO.setProblemStatusList(buildProblemStatusList(filteredList));
runningEvaluateStatusVO.setTimeList(TimeArrayUtil.getMinuteSectionArray(5));
return runningEvaluateStatusVO;
}
......
......@@ -18,4 +18,6 @@ public class RunningEvaluateStatusVO {
@ApiModelProperty(value = "状态列表")
private List<RunningEvaluateMetricsDetailVO.ProblemStatus> problemStatusList;
@ApiModelProperty(value = "时间列表")
private List<String> timeList;
}
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