|  | @@ -51,7 +51,6 @@ public class CommSendService {
 | 
	
		
			
				|  |  |      private CommBuildService commBuildService;
 | 
	
		
			
				|  |  |      @Autowired
 | 
	
		
			
				|  |  |      private DebugFaultService debugFaultService;
 | 
	
		
			
				|  |  | -    // private SocketOldService socketOldService;
 | 
	
		
			
				|  |  |      @Autowired
 | 
	
		
			
				|  |  |      private SocketService socketService;
 | 
	
		
			
				|  |  |      @Autowired
 | 
	
	
		
			
				|  | @@ -261,6 +260,14 @@ public class CommSendService {
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      /**
 | 
	
		
			
				|  |  | +     * 每天06:00/12:00/18:00/00:00执行
 | 
	
		
			
				|  |  | +     */
 | 
	
		
			
				|  |  | +    public void scheduledCloseAllSocket() {
 | 
	
		
			
				|  |  | +        AjaxResult ar = socketService.closeAll();
 | 
	
		
			
				|  |  | +        l.info("AjaxResult = {}", ar);
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    /**
 | 
	
		
			
				|  |  |       * 主动更新模拟器状态。
 | 
	
		
			
				|  |  |       * <p>
 | 
	
		
			
				|  |  |       * <p>
 |