|  | @@ -48,7 +48,7 @@ public class HardwareCommDebugController extends BaseController {
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      @GetMapping(value = "/debugReadAllFaultResistanceBySimNum/{simNum}")
 | 
	
		
			
				|  |  | -    @ApiOperation("debug通过simNum读取一台模拟器所有故障答题值,保存debug_fault表中,类似交卷")
 | 
	
		
			
				|  |  | +    @ApiOperation("debug通过simNum读取一台模拟器所有故障答题值,保存[debug_fault]表中,类似交卷")
 | 
	
		
			
				|  |  |      public AjaxResult debugReadAllFaultResistanceBySimNum(@PathVariable("simNum") final String simNum) {
 | 
	
		
			
				|  |  |          return commSendService.debugReadAllFaultResistanceBySimNum(simNum);
 | 
	
		
			
				|  |  |      }
 | 
	
	
		
			
				|  | @@ -86,7 +86,7 @@ public class HardwareCommDebugController extends BaseController {
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      @GetMapping(value = "/debugWriteSelectedFaultBySimNum/{simNum}/{faultIds}")
 | 
	
		
			
				|  |  | -    @ApiOperation("debug下发所选故障,保存debug_fault表中,类似开始考试")
 | 
	
		
			
				|  |  | +    @ApiOperation("debug下发所选故障,保存[debug_fault]表中,类似开始考试")
 | 
	
		
			
				|  |  |      public AjaxResult debugWriteSelectedFaultBySimNum(@PathVariable("simNum") final String simNum,
 | 
	
		
			
				|  |  |                                                        @PathVariable("faultIds") final String[] faultIds,
 | 
	
		
			
				|  |  |                                                        @RequestParam final Boolean checkReplace) {
 |