Forráskód Böngészése

优化器到求解组件

huangxingxing 3 hónapja
szülő
commit
24082cdcce

+ 3 - 3
src/main/java/com/miniframe/tools/file/CpFileRead.java

@@ -57,9 +57,9 @@ public class CpFileRead {
                     comval.setType(3);//"1-列表数据 2-几何数据 3-压力数据"
                     comval.setGser(1);
                     comvalDao.insert(comval);
-                    WebsocketEndPoint webs =  (WebsocketEndPoint) UtilTools.getBean("websocketEndPoint");
-                    Gson gson = new Gson();
-                    webs.sendMessageToUser(String.valueOf(pid),gson.toJson(comval));
+//                    WebsocketEndPoint webs =  (WebsocketEndPoint) UtilTools.getBean("websocketEndPoint");
+//                    Gson gson = new Gson();
+//                    webs.sendMessageToUser(String.valueOf(pid),gson.toJson(comval));
                 }
                 i++;