Commit 41273962823e339b9e117682993e17e7b75fbf3a

Authored by 王通
1 parent 03ea9d5b

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

src/main/java/com/bsth/controller/realcontrol/ServiceDataInterface.java
... ... @@ -63,7 +63,7 @@ public class ServiceDataInterface {
63 63 map = new HashMap<>();
64 64 map.put("clZbh", sch.getClZbh());
65 65 map.put("jGh", sch.getjGh());
66   - map.put("jName", sch.getjGh());
  66 + map.put("jName", sch.getjName());
67 67 map.put("sGh", sch.getsGh());
68 68 map.put("sName", sch.getsGh());
69 69 map.put("lpName", sch.getLpName());
... ...