Quellcode durchsuchen

用户邮箱验证码

huangxingxing vor 3 Monaten
Ursprung
Commit
9022a68a02
1 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  1. 4 4
      src/main/java/com/miniframe/tools/file/AdflowFileRead.java

+ 4 - 4
src/main/java/com/miniframe/tools/file/AdflowFileRead.java

@@ -89,9 +89,9 @@ public class AdflowFileRead {
                     }
                     comval.setType(2);//"1-列表数据 2-几何数据 3-压力数据"
                     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));
 
                     MdoProComval comval2 =new MdoProComval();
                     comval2.setId(UtilTools.getUUid());
@@ -101,7 +101,7 @@ public class AdflowFileRead {
                     comval2.setVals(vals[6]+" "+vals[9]);
                     comval2.setType(3);//"1-列表数据 2-几何数据 3-压力数据"
                     comvalDao.insert(comval2);
-                    webs.sendMessageToUser(String.valueOf(pid),gson.toJson(comval2));
+//                    webs.sendMessageToUser(String.valueOf(pid),gson.toJson(comval2));
                 }
                 i++;