| 
					
				 | 
			
			
				@ -1576,8 +1576,8 @@ public class DoorOrderService { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    public File writeWordFile(List<String> orderId,HttpServletResponse response,String doctorCode) throws Exception { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        String zipFileName = "service_summary"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        String exportConclusionList = doctorCode+"exportList"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        String path = System.getProperty("user.dir") +"/service_summary/" + exportConclusionList; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        String exportConclusionList = "exportList"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        String path = System.getProperty("user.dir") +"/service_summary/"+doctorCode+"/" + exportConclusionList; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        System.out.println("path    :"   +path); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -1586,13 +1586,13 @@ public class DoorOrderService { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        if (file.exists()) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            if (file != null){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                deleteFolder(file); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                file.mkdir(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                file.mkdirs(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            }else { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                file.delete(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                file.mkdir(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                file.mkdirs(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        }else { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            file.mkdir(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            file.mkdirs(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        int j =1; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        for (int i = 0; i < orderId.size(); i++) { 
			 |