|  | @@ -10,6 +10,7 @@ import org.springframework.beans.factory.annotation.Autowired;
 | 
	
		
			
				|  |  |  import org.springframework.stereotype.Service;
 | 
	
		
			
				|  |  |  import com.ruoyi.sim.mapper.DebugFaultMapper;
 | 
	
		
			
				|  |  |  import com.ruoyi.sim.domain.DebugFault;
 | 
	
		
			
				|  |  | +import org.springframework.transaction.annotation.Transactional;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  /**
 | 
	
		
			
				|  |  |   * 调试故障Service业务层处理
 | 
	
	
		
			
				|  | @@ -102,6 +103,7 @@ public class DebugFaultService {
 | 
	
		
			
				|  |  |          return null;
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +    @Transactional
 | 
	
		
			
				|  |  |      public int deleteAll() {
 | 
	
		
			
				|  |  |          DebugFault q = new DebugFault();
 | 
	
		
			
				|  |  |          List<DebugFault> list = selectDebugFaultList(q);
 |