| 
					
				 | 
			
			
				@@ -300,7 +300,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           and ql.corp_id=#{data.corpId} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           and ql.external_user_id =#{data.externalUserId} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           and ql.log_type = 2 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          and ql.send_type in (2,3,5,7) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          and ql.send_type in (2,3,5,6,7) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           and ql.send_status = 3 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           and ql.receiving_status = 0 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           and ql.send_time <= now() 
			 |