|  | @ -159,6 +159,10 @@ public class StatisticsService {
 | 
	
		
			
				|  |  |             if (patient != null){
 | 
	
		
			
				|  |  |                 String archive_type = null;
 | 
	
		
			
				|  |  |                 Integer onLineFlag =0;
 | 
	
		
			
				|  |  |                 if (patient.getArchiveType() == null){
 | 
	
		
			
				|  |  |                     System.out.println(patient.getId());
 | 
	
		
			
				|  |  |                     continue;
 | 
	
		
			
				|  |  |                 }
 | 
	
		
			
				|  |  |                 switch (patient.getArchiveType().toString()){
 | 
	
		
			
				|  |  |                     case "1":
 | 
	
		
			
				|  |  |                         archive_type = "older";//老人
 |