|  | @ -70,12 +70,6 @@ public class IcVaccineController { | 
			
		
	
		
		
			
				
					|  |  |         return new Result(); |  |  |         return new Result(); | 
			
		
	
		
		
			
				
					|  |  |     } |  |  |     } | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  | 
 | 
			
		
	
		
		
			
				
					|  |  |     @GetMapping("export") |  |  |  | 
			
		
	
		
		
			
				
					|  |  |     public void export(@RequestParam Map<String, Object> params, HttpServletResponse response) throws Exception { |  |  |  | 
			
		
	
		
		
			
				
					|  |  |         List<IcVaccineDTO> list = icVaccineService.list(params); |  |  |  | 
			
		
	
		
		
			
				
					|  |  |         ExcelUtils.exportExcelToTarget(response, null, list, IcVaccineExcel.class); |  |  |  | 
			
		
	
		
		
			
				
					|  |  |     } |  |  |  | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  |  | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  | 
 | 
			
		
	
		
		
			
				
					|  |  | 
 |  |  | 
 | 
			
		
	
		
		
			
				
					|  |  | } |  |  | } | 
			
		
	
	
		
		
			
				
					|  | 
 |