Commit b0a9c4f3 authored by hanbing's avatar hanbing

[update] 统一信控-方案管理,返回车道ID

parent c2f8088e
......@@ -418,7 +418,7 @@ public class SchemeConfigServiceImpl implements SchemeConfigService {
SaveSchemeConfigDTO.LaneListElement laneListElement = new SaveSchemeConfigDTO.LaneListElement();
laneListElement.setDirection(laneInfoPO.getTurn());
laneListElement.setLaneType(laneInfoPO.getCategory());
laneListElement.setCrossId(laneInfoPO.getId());
laneListElement.setLaneId(laneInfoPO.getId());
laneListElement.setLightsId(lightsId);
laneList.add(laneListElement);
}
......
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