| 
					
				 | 
			
			
				@ -1643,7 +1643,7 @@ public class InternetCommonService extends BaseJpaService<InternetUpErrorLogDO, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                "  from wlyy_prescription_info a " + 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                "     JOIN wlyy_prescription b " + 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                "     on b.id = a.prescription_id" + 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                "  where  a.dosage is not null and b.real_order is not null"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                "  where  a.dosage is not null and b.real_order is not null and a.del=1 "; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        if(StringUtils.isNotBlank(startDate)){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				            infosql =  infosql + "  and b.create_time >=:startDate "; 
			 |