【CTC行车日志参数修改】

This commit is contained in:
weizhihong 2022-06-02 13:05:16 +08:00
parent 1c65414658
commit 162f535fd2

View File

@ -403,7 +403,7 @@ public class SocketMessageFactory {
List<CtcRunPlanVO> ctcRunPlanVOList = runPlanMapList.stream()
.map(ctcStationRunPlanLog -> new CtcRunPlanVO(ctcStationRunPlanLog))
.collect(Collectors.toList());
return build(WebSocketMessageType.SIMULATION_CTC_RUN_PLAN_INIT, simulationId, ctcRunPlanVOMap);
return build(WebSocketMessageType.SIMULATION_CTC_RUN_PLAN_INIT, simulationId, ctcRunPlanVOList);
}
/**