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 73 map = new HashMap<>();
74 74 map.put("clZbh", sch.getClZbh());
75 75 map.put("jGh", sch.getjGh());
76   - map.put("jName", sch.getjGh());
  76 + map.put("jName", sch.getjName());
77 77 map.put("sGh", sch.getsGh());
78 78 map.put("sName", sch.getsGh());
79 79 map.put("lpName", sch.getLpName());
... ...