Commit 10a5937ea6d78b73e53873a94d069f51e42534ab

Authored by 王通
1 parent 6e7f6bae

1.execSchList驾驶员姓名售票员姓名属性错误

src/main/java/com/bsth/controller/realcontrol/ServiceDataInterface.java
... ... @@ -73,9 +73,9 @@ 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   - map.put("sName", sch.getsGh());
  78 + map.put("sName", sch.getsName());
79 79 map.put("lpName", sch.getLpName());
80 80 map.put("xlBm", sch.getXlBm());
81 81 map.put("xlName", sch.getXlName());
... ...