| 
					
				 | 
			
			
				@@ -4,11 +4,13 @@ import com.ym.mec.task.TaskRemoteService; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import com.ym.mec.task.core.BaseTask; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import com.ym.mec.task.core.TaskException; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import org.springframework.beans.factory.annotation.Autowired; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+import org.springframework.stereotype.Service; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 /** 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  * @author hgw 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  * Created by 2022-03-04 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+@Service 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 public class DestroyExpiredLiveRoomTask extends BaseTask { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     @Autowired 
			 |