Commit 9bab3de319f90e212d4625001204a41b54f74a1b

Authored by 王通
1 parent 3c6f8f30

1.成都调度系统执行班次接口,开放出实际发车时间、实际到达时间、实际执行日期

src/main/java/com/bsth/controller/realcontrol/ServiceDataInterface.java
@@ -100,11 +100,14 @@ public class ServiceDataInterface { @@ -100,11 +100,14 @@ public class ServiceDataInterface {
100 map.put("qdzName", sch.getQdzName()); 100 map.put("qdzName", sch.getQdzName());
101 map.put("zdzName", sch.getZdzName()); 101 map.put("zdzName", sch.getZdzName());
102 map.put("fcsj", sch.getFcsj()); 102 map.put("fcsj", sch.getFcsj());
  103 + map.put("fcsjActualTime", sch.getFcsjActualTime());
103 map.put("dfsj", sch.getDfsj()); 104 map.put("dfsj", sch.getDfsj());
104 map.put("zdsj", sch.getZdsj()); 105 map.put("zdsj", sch.getZdsj());
  106 + map.put("zdsjActualTime", sch.getZdsjActualTime());
105 map.put("bcType", sch.getBcType()); 107 map.put("bcType", sch.getBcType());
106 map.put("remarks", sch.getRemark()); 108 map.put("remarks", sch.getRemark());
107 map.put("status", sch.getStatus()); 109 map.put("status", sch.getStatus());
  110 + map.put("realExecDate", sch.getRealExecDate());
108 111
109 //放站班次,放到的站点 112 //放站班次,放到的站点
110 map.put("majorStationName", sch.getMajorStationName()); 113 map.put("majorStationName", sch.getMajorStationName());