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