ZengTao
2024-08-12 75b4aeda7ad7011a6239dc1bfa8362695f6c451a
hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/job/Downpush.java
@@ -129,6 +129,16 @@
        JSONObject jsonObject4 = new JSONObject();
        jsonObject4.append("downGlassInfos", listMap);
        jsonObject4.append("engineerIdList", engineerIdList);
        //钢化开关
        boolean autoPrint=false;
        if(redisUtil.getCacheObject("autoPrint")==null){
            redisUtil.setCacheObject("autoPrint", false);
        }else{
            autoPrint=redisUtil.getCacheObject("autoPrint");
        }
        jsonObject4.append("autoPrint", autoPrint);
        ArrayList<WebSocketServer> sendwServer4 = WebSocketServer.sessionMap.get("unloadglass");
        if (sendwServer4 != null) {
            for (WebSocketServer webserver : sendwServer4) {