Commit fb68ef048bc576dd93be0df4b181bb823432e144

Authored by 王通
1 parent d357d5cb

1.

src/main/java/com/bsth/controller/realcontrol/ServiceDataInterface.java
@@ -87,6 +87,7 @@ public class ServiceDataInterface { @@ -87,6 +87,7 @@ public class ServiceDataInterface {
87 if (null == sch) 87 if (null == sch)
88 continue; 88 continue;
89 map = new HashMap<>(); 89 map = new HashMap<>();
  90 + map.put("id", sch.getId());
90 map.put("clZbh", sch.getClZbh()); 91 map.put("clZbh", sch.getClZbh());
91 map.put("jGh", sch.getjGh()); 92 map.put("jGh", sch.getjGh());
92 map.put("jName", sch.getjName()); 93 map.put("jName", sch.getjName());