| 
					
				 | 
			
			
				@@ -63,11 +63,11 @@ public class LogService { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } catch (IOException e) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             e.printStackTrace(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        CompletableFuture<Void> cf = CompletableFuture.supplyAsync(()->{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        WebsocketEndPoint webs =  (WebsocketEndPoint) UtilTools.getBean("websocketEndPoint"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        webs.sendMessageToUser(String.valueOf(pid),log); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        return null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+//        CompletableFuture<Void> cf = CompletableFuture.supplyAsync(()->{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+//        WebsocketEndPoint webs =  (WebsocketEndPoint) UtilTools.getBean("websocketEndPoint"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+//        webs.sendMessageToUser(String.valueOf(pid),log); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+//        return null; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+//        }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     /** 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				      * 文件内容追加 
			 |