Commit 99b7efd5 authored by duanruiming's avatar duanruiming

[update] 微观大数据平台-空间占有率使用百分比

parent 65a3b5e6
...@@ -1292,7 +1292,7 @@ public class TrendServiceImpl implements TrendService { ...@@ -1292,7 +1292,7 @@ public class TrendServiceImpl implements TrendService {
element.setMailSpeed(Math.round(dto.getEndV() * 100.0) / 100.0); element.setMailSpeed(Math.round(dto.getEndV() * 100.0) / 100.0);
element.setTeamHeadDistance(Math.round(dto.getTeamHeadDistance() * 100.0) / 100.0); element.setTeamHeadDistance(Math.round(dto.getTeamHeadDistance() * 100.0) / 100.0);
element.setTeamTailDistance(Math.round(dto.getTeamTailDistance() * 100.0) / 100.0); element.setTeamTailDistance(Math.round(dto.getTeamTailDistance() * 100.0) / 100.0);
element.setStdSpaceHeadway(Math.round(dto.getVehicleLengthRatio() * 100.0) / 100.0); element.setStdSpaceHeadway(Math.round(dto.getVehicleLengthRatio() * 100.0));
element.setOverflowNums(dto.getOverflowNums()); element.setOverflowNums(dto.getOverflowNums());
res.add(element); res.add(element);
} }
......
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