Commit b15626fe8c35c13fc3bc511efc0b038b4acc3272

Authored by 王通
1 parent 8f4c2177

1.调度提供给接口的数据,驾驶员姓名用的驾驶员工号

src/main/java/com/bsth/controller/realcontrol/ServiceDataInterface.java
@@ -73,7 +73,7 @@ public class ServiceDataInterface { @@ -73,7 +73,7 @@ public class ServiceDataInterface {
73 map = new HashMap<>(); 73 map = new HashMap<>();
74 map.put("clZbh", sch.getClZbh()); 74 map.put("clZbh", sch.getClZbh());
75 map.put("jGh", sch.getjGh()); 75 map.put("jGh", sch.getjGh());
76 - map.put("jName", sch.getjGh()); 76 + map.put("jName", sch.getjName());
77 map.put("sGh", sch.getsGh()); 77 map.put("sGh", sch.getsGh());
78 map.put("sName", sch.getsGh()); 78 map.put("sName", sch.getsGh());
79 map.put("lpName", sch.getLpName()); 79 map.put("lpName", sch.getLpName());