Commit 24c866aa8cd15f7d16383fbfa37a5e0f91f00f94

Authored by 王通
1 parent f79a08da

1.

src/main/java/com/bsth/controller/realcontrol/ServiceDataInterface.java
@@ -107,6 +107,7 @@ public class ServiceDataInterface { @@ -107,6 +107,7 @@ public class ServiceDataInterface {
107 map.put("bcType", sch.getBcType()); 107 map.put("bcType", sch.getBcType());
108 map.put("remarks", sch.getRemark()); 108 map.put("remarks", sch.getRemark());
109 map.put("status", sch.getStatus()); 109 map.put("status", sch.getStatus());
  110 + map.put("realExecDate", sch.getRealExecDate());
110 111
111 //放站班次,放到的站点 112 //放站班次,放到的站点
112 map.put("majorStationName", sch.getMajorStationName()); 113 map.put("majorStationName", sch.getMajorStationName());