Commit 7a60d023 authored by duanruiming's avatar duanruiming

[update] 车道周期数据圆饼灯优化

parent 8a0d4092
...@@ -1420,6 +1420,9 @@ public class TrendServiceImpl implements TrendService { ...@@ -1420,6 +1420,9 @@ public class TrendServiceImpl implements TrendService {
String dirName = BaseEnum.SignalDirectionEnum.getNameByCode(po.getDir()); String dirName = BaseEnum.SignalDirectionEnum.getNameByCode(po.getDir());
String turnName = BaseEnum.TurnTypeEnum.getNameByCode(turn); String turnName = BaseEnum.TurnTypeEnum.getNameByCode(turn);
if (StringUtils.equalsIgnoreCase(turnName, BaseEnum.TurnTypeEnum.ALL.getName())) {
turnName = "左直右";
}
vo.setLaneSort(String.join("-", dirName, turnName, String.valueOf(po.getSort()))); vo.setLaneSort(String.join("-", dirName, turnName, String.valueOf(po.getSort())));
res.add(vo); res.add(vo);
......
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