Commit 7a79347f authored by hanbing's avatar hanbing

[update] 运行评价--溢出指标改为溢出指数

parent 9acd0ef1
......@@ -749,7 +749,7 @@ public class RunningEvaluateServiceImpl implements RunningEvaluateService {
.orElse(0.0);
} else if (status == CrossStatusEnum.SPILLOVER.getCode()) {
average = subList.stream()
.mapToDouble(CrossDataHistPO::getQueueLength)
.mapToDouble(CrossDataHistPO::getSpilloverIndex)
.average()
.orElse(0.0);
}
......
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