zengh
2021-01-14 9042d334589612bb089fa1df3621b304be690a6c
src/main/java/org/springblade/modules/Netty/controller/nettyController.java
@@ -168,7 +168,7 @@
            if (childList.get(i).get("eqid") != null) {
               if (childList.get(i).get("eqid").equals(pages.get(j).getDeviceNumber())) {
                  zT = 1;
                  arr += pages.get(j).getId() + ",";
                  arr += "'" + pages.get(j).getId() + "',";
                  List<String> outData = new ArrayList<>();
                  outData.add("LC8109085B#@");
                  Channel channel = channelHashMap.get(pages.get(j).getDeviceNumber());
@@ -224,7 +224,7 @@
            if (childList.get(i).get("eqid") != null) {
               if (childList.get(i).get("eqid").equals(pages.get(j).getDeviceNumber())) {
                  zT = 1;
                  arr += pages.get(j).getId() + ",";
                  arr += "'" + pages.get(j).getId() + "',";
                  List<String> outData = new ArrayList<>();
                  outData.add("LC8109085C#@");
                  Channel channel = channelHashMap.get(pages.get(j).getDeviceNumber());