|  | @@ -409,7 +409,7 @@
 | 
	
		
			
				|  |  |          <if test="yesDate != null and yesDate != ''">
 | 
	
		
			
				|  |  |              and stat_date = #{yesDate}
 | 
	
		
			
				|  |  |          </if>
 | 
	
		
			
				|  |  | -        <if test="hour != null and jhour != ''">
 | 
	
		
			
				|  |  | +        <if test="hour != null and hour != ''">
 | 
	
		
			
				|  |  |              and stat_hour <= #{hour}
 | 
	
		
			
				|  |  |          </if>
 | 
	
		
			
				|  |  |          <if test='promoterIds != null and promoterIds.size() > 0'>
 |