| 
				
				
					
				
				
				 | 
			
			 | 
			@@ -87,13 +87,6 @@ | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			        <if test=" null != payEndDate"> | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			            and `pay_time` <= #{payEndDate} | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			        </if> | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			     | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			        <if test=" null != statusS "> | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			            and `pay_order_status` in | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			            <foreach collection="statusS" index="index" item="sItem" open="(" separator="," close=")"> | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			                #{sItem} | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			            </foreach> | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			        </if> | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
  | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			        <if test=" null != ids "> | 
		
		
	
		
			
			 | 
			 | 
			
			 | 
			            and id in | 
		
		
	
	
		
			
				| 
				
					
				
				
				
				 | 
			
			 | 
			
  |