|  |  | @ -232,11 +232,24 @@ public class CodeController { | 
			
		
	
		
			
				
					|  |  |  | 		return new Result<CodeVersionInfoResultDTO>().ok(result); | 
			
		
	
		
			
				
					|  |  |  | 	} | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | 	/** | 
			
		
	
		
			
				
					|  |  |  | 	 * 版本回退 | 
			
		
	
		
			
				
					|  |  |  | 	 * @author zhaoqifeng | 
			
		
	
		
			
				
					|  |  |  | 	 * @date 2020/8/13 16:51 | 
			
		
	
		
			
				
					|  |  |  | 	 * @param formDTO | 
			
		
	
		
			
				
					|  |  |  | 	 * @return com.epmet.commons.tools.utils.Result | 
			
		
	
		
			
				
					|  |  |  | 	 */ | 
			
		
	
		
			
				
					|  |  |  | 	@PostMapping("speedupaudit") | 
			
		
	
		
			
				
					|  |  |  | 	public Result speedUpAudit(@RequestBody CodeCommonFormDTO formDTO) { | 
			
		
	
		
			
				
					|  |  |  | 		codeService.speedUpAudit(formDTO); | 
			
		
	
		
			
				
					|  |  |  | 		return new Result<>(); | 
			
		
	
		
			
				
					|  |  |  | 	} | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | 	@PostMapping("revertcoderelease") | 
			
		
	
		
			
				
					|  |  |  | 	public Result revertCodeRelease(@RequestBody CodeCommonFormDTO formDTO) { | 
			
		
	
		
			
				
					|  |  |  | 		codeService.revertCodeRelease(formDTO); | 
			
		
	
		
			
				
					|  |  |  | 		return new Result<>(); | 
			
		
	
		
			
				
					|  |  |  | 	} | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | } | 
			
		
	
	
		
			
				
					|  |  | 
 |