|  | @@ -524,7 +524,7 @@
 | 
	
		
			
				|  |  |  			AND m.group_type_ = #{groupType, typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}
 | 
	
		
			
				|  |  |  		</if>
 | 
	
		
			
				|  |  |  		<if test="dayStr!=null and dayStr!=''">
 | 
	
		
			
				|  |  | -			AND m.class_date_ >= #{dayStr}
 | 
	
		
			
				|  |  | +			AND m.class_date_ = #{dayStr}
 | 
	
		
			
				|  |  |  		</if>
 | 
	
		
			
				|  |  |  		<if test="teachMode!=null">
 | 
	
		
			
				|  |  |  			AND m.teach_mode_ = #{teachMode, typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}
 |