huangxingxing 6 ماه پیش
والد
کامیت
2a56891b99
1فایلهای تغییر یافته به همراه5 افزوده شده و 5 حذف شده
  1. 5 5
      src/main/java/com/miniframe/mdo/service/LogService.java

+ 5 - 5
src/main/java/com/miniframe/mdo/service/LogService.java

@@ -63,13 +63,13 @@ public class LogService {
         } catch (IOException e) {
             e.printStackTrace();
         }
-        CompletableFuture<Void> cf = CompletableFuture.supplyAsync(()->{
+//        CompletableFuture<Void> cf = CompletableFuture.supplyAsync(()->{
 //                System.out.println("s消息发送:aid:"+aid+"--log:"+log);
-        WebsocketEndPoint webs =  (WebsocketEndPoint) UtilTools.getBean("websocketEndPoint");
-        webs.sendMessageToUser(String.valueOf(pid),log);
+//        WebsocketEndPoint webs =  (WebsocketEndPoint) UtilTools.getBean("websocketEndPoint");
+//        webs.sendMessageToUser(String.valueOf(pid),log);
 //                System.out.println("d消息发送:aid:"+aid+"--log:"+log);
-        return null;
-        });
+//        return null;
+//        });
     }
     /**
      * 文件内容追加