Commit 6309fc01 authored by duanruiming's avatar duanruiming

[update] 车道信息优化

parent a6387e61
......@@ -100,7 +100,7 @@ public class DataProcessServiceImpl implements DataProcessService {
String key = crossId.concat(String.valueOf(dir + 1)).concat(String.valueOf(wjLaneId));
LaneInfoPO laneInfoPO = crossIdLaneId2Map.get(key);
++i;
if (Objects.isNull(laneInfoPO)) {
if (Objects.isNull(laneInfoPO) || !Objects.equals(2, laneInfoPO.getTurn())) {
continue;
}
String laneId = laneInfoPO.getId();
......
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