| 
					
				 | 
			
			
				@ -1480,7 +1480,7 @@ public class EntranceService { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                sbs.append("<query compy=\"<\" item=\"ADM_DAT\" splice=\"and\" value=\"'" + now + "'\"/>"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            if (StringUtils.isNotBlank(preday)) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                sbs.append("<query compy=\"=\" item=\"icd_name\" splice=\"and\" value=\" is not null \"/>"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                sbs.append("<query compy=\"\" item=\"icd_name\" splice=\"and\" value=\"is not null\"/>"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            sbs.append("<order item=\"ADM_DAT\" sort=\"desc\"/>"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            //查询信息结束 
			 |