|
@@ -66,10 +66,10 @@ public class LogService {
|
|
|
e.printStackTrace();
|
|
|
}
|
|
|
CompletableFuture<Void> cf = CompletableFuture.supplyAsync(()->{
|
|
|
- System.out.println("s消息发送:aid:"+aid+"--log:"+log);
|
|
|
+// System.out.println("s消息发送:aid:"+aid+"--log:"+log);
|
|
|
WebsocketEndPoint webs = (WebsocketEndPoint) UtilTools.getBean("websocketEndPoint");
|
|
|
webs.sendMessageToUser(String.valueOf(aid),log);
|
|
|
- System.out.println("d消息发送:aid:"+aid+"--log:"+log);
|
|
|
+// System.out.println("d消息发送:aid:"+aid+"--log:"+log);
|
|
|
return null;
|
|
|
});
|
|
|
|