kaiyu
2020-09-25 14e69dcc83fcd1ebeefe1aaa7ccf485503a27e21
src/main/java/com/moral/webSocketServer/WebSocketServerNew.java
@@ -52,12 +52,13 @@
        this.session = session;
        //这个一定要写,第一次很容易忽略!
        webSocketSet.add(this);
        //取参
        String[] flag=param.split("&");
        String orgId = flag[0];
        String accountId = flag[1];
        String monitPointId = flag[2];
        String p=flag[3];
        String QUEUE_NAME = "deviceData_" + accountId;
        Map<String, Object> paramMap = new HashMap<String, Object>();
        List<Device> deviceList = deviceService.getDeviceById2(Integer.parseInt(monitPointId));