|  | @@ -27,7 +27,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
 | 
	
		
			
				|  |  |  import org.springframework.web.bind.annotation.RequestParam;
 | 
	
		
			
				|  |  |  import org.springframework.web.bind.annotation.RestController;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -@RequestMapping("${app-config.url.admin:}contractTemplate")
 | 
	
		
			
				|  |  | +@RequestMapping("${app-config.url.admin:}/contractTemplate")
 | 
	
		
			
				|  |  |  @Api(tags = "协议模板")
 | 
	
		
			
				|  |  |  @RestController
 | 
	
		
			
				|  |  |  public class ContractTemplateController extends BaseController {
 |