Commit 10a5937ea6d78b73e53873a94d069f51e42534ab
1 parent
6e7f6bae
1.execSchList驾驶员姓名售票员姓名属性错误
Showing
1 changed file
with
2 additions
and
2 deletions
src/main/java/com/bsth/controller/realcontrol/ServiceDataInterface.java
| @@ -73,9 +73,9 @@ public class ServiceDataInterface { | @@ -73,9 +73,9 @@ 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.getsName()); |
| 79 | map.put("lpName", sch.getLpName()); | 79 | map.put("lpName", sch.getLpName()); |
| 80 | map.put("xlBm", sch.getXlBm()); | 80 | map.put("xlBm", sch.getXlBm()); |
| 81 | map.put("xlName", sch.getXlName()); | 81 | map.put("xlName", sch.getXlName()); |