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