Commit d159c659 authored by hanbing's avatar hanbing

[update] 禅道226 运行评价--详细指标查询展示 修复

parent 9174efc6
......@@ -357,7 +357,7 @@ public class RunningEvaluateServiceImpl implements RunningEvaluateService {
if (flow != null) flowSum += flow;
if (speed != null) speedSum += speed;
if (capacity != null) capacitySum += capacity;
if (sturation != null) sturationSum += sturationSum;
if (sturation != null) sturationSum += sturation;
if (stopTimes != null) stopTimesSum += stopTimes;
if (delayTime != null) delayTimeSum += delayTime;
}
......
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