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