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