Commit 11ae1b546dce79ccd635d15b0aa5ea5673c5f369

Authored by 王通
1 parent 70b2f1f9

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());