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 107 map.put("bcType", sch.getBcType());
108 108 map.put("remarks", sch.getRemark());
109 109 map.put("status", sch.getStatus());
  110 + map.put("realExecDate", sch.getRealExecDate());
110 111  
111 112 //放站班次,放到的站点
112 113 map.put("majorStationName", sch.getMajorStationName());
... ...