Browse Source

用户邮箱验证码

huangxingxing 3 months ago
parent
commit
e8eff03c12

+ 1 - 0
src/main/java/com/miniframe/tools/file/AirfoilFileRead.java

@@ -54,6 +54,7 @@ public class AirfoilFileRead {
                     comval.setVars("v1 v2");
                     comval.setVals(tvals);
                     comval.setType(2);//"1-列表数据 2-几何数据 3-压力数据"
+                    comval.setGser(1);
                     comvalDao.insert(comval);
                     WebsocketEndPoint webs =  (WebsocketEndPoint) UtilTools.getBean("websocketEndPoint");
                     Gson gson = new Gson();

+ 2 - 0
src/main/java/com/miniframe/tools/file/CRMFileRead.java

@@ -67,6 +67,7 @@ public class CRMFileRead {
                     comval.setVars("v1 v2");
                     comval.setVals(vals[0]+" "+vals[1]);
                     comval.setType(2);//"1-列表数据 2-几何数据 3-压力数据"
+                    comval.setGser(1);
                     comvalDao.insert(comval);
                     WebsocketEndPoint webs =  (WebsocketEndPoint) UtilTools.getBean("websocketEndPoint");
                     Gson gson = new Gson();
@@ -79,6 +80,7 @@ public class CRMFileRead {
                     comval2.setVars("x cp");
                     comval2.setVals(vals[0]+" "+vals[9]);
                     comval2.setType(3);//"1-列表数据 2-几何数据 3-压力数据"
+                    comval2.setGser(1);
                     comvalDao.insert(comval2);
                     webs.sendMessageToUser(String.valueOf(pid),gson.toJson(comval2));
                 }

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

@@ -55,6 +55,7 @@ public class CpFileRead {
                     comval.setVars(line1);
                     comval.setVals(tvals);
                     comval.setType(3);//"1-列表数据 2-几何数据 3-压力数据"
+                    comval.setGser(1);
                     comvalDao.insert(comval);
                     WebsocketEndPoint webs =  (WebsocketEndPoint) UtilTools.getBean("websocketEndPoint");
                     Gson gson = new Gson();