ソースを参照

优化器到求解组件

huangxingxing 3 ヶ月 前
コミット
24082cdcce
1 ファイル変更3 行追加3 行削除
  1. 3 3
      src/main/java/com/miniframe/tools/file/CpFileRead.java

+ 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++;