Commit e446d8ab146ea0f6ccbe3f67ea7f68ed7afc508e

Authored by 潘钊
1 parent 54875367

update...

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