|  | @@ -55,8 +55,8 @@ public class PatientInfoQueryService {
 | 
	
		
			
				|  |  |              qw.le("admiss_date", param.getAdmissionTime().get(1));
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |          if (ListUtil.notBlank(param.getDischargeTime())) {
 | 
	
		
			
				|  |  | -            qw.ge("dis_date", param.getAdmissionTime().get(0));
 | 
	
		
			
				|  |  | -            qw.le("dis_date", param.getAdmissionTime().get(1));
 | 
	
		
			
				|  |  | +            qw.ge("dis_date", param.getDischargeTime().get(0));
 | 
	
		
			
				|  |  | +            qw.le("dis_date", param.getDischargeTime().get(1));
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |          if (StringUtil.notBlank(param.getDept())) {
 | 
	
		
			
				|  |  |              qw.eq("dept", param.getDept());
 |