|  |  | @ -350,8 +350,8 @@ public class SupCertController { | 
			
		
	
		
		
			
				
					
					|  |  |  |      * @throws Exception |  |  |  |      * @throws Exception | 
			
		
	
		
		
			
				
					
					|  |  |  |      */ |  |  |  |      */ | 
			
		
	
		
		
			
				
					
					|  |  |  |     @AuthRuleAnnotation("") |  |  |  |     @AuthRuleAnnotation("") | 
			
		
	
		
		
			
				
					
					|  |  |  |     @PostMapping("/sup/info/printSupCertProduction") |  |  |  |     @PostMapping("/sup/info/printSupCertManufacturer") | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |     public void printSupCertProduction(@RequestBody purPlanPrintRequest purPlanPrintRequest, HttpServletRequest request, HttpServletResponse response) throws Exception { |  |  |  |     public void printSupCertManufacturer(@RequestBody purPlanPrintRequest purPlanPrintRequest, HttpServletRequest request, HttpServletResponse response) throws Exception { | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |         SystemPDFTemplateEntity systemPDFTemplateEntity = systemPDFTemplateService.selectById(purPlanPrintRequest.getTemplateId()); |  |  |  |         SystemPDFTemplateEntity systemPDFTemplateEntity = systemPDFTemplateService.selectById(purPlanPrintRequest.getTemplateId()); | 
			
		
	
		
		
			
				
					
					|  |  |  |         //打印单号标签
 |  |  |  |         //打印单号标签
 | 
			
		
	
		
		
			
				
					
					|  |  |  |         Map<String, Object> data = new HashMap<>(1); |  |  |  |         Map<String, Object> data = new HashMap<>(1); | 
			
		
	
	
		
		
			
				
					|  |  | 
 |