|  | @@ -256,7 +256,7 @@
 | 
	
		
			
				|  |  |              <if test="courseStatus != null and courseStatus != ''">
 | 
	
		
			
				|  |  |                  AND cs.status_ = #{courseStatus}
 | 
	
		
			
				|  |  |              </if>
 | 
	
		
			
				|  |  | -            <if test="classGroupType!=null">
 | 
	
		
			
				|  |  | +            <if test="courseScheduleType!=null">
 | 
	
		
			
				|  |  |                  AND cs.type_ = #{courseScheduleType, typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}
 | 
	
		
			
				|  |  |              </if>
 | 
	
		
			
				|  |  |              <if test="attendanceStatus != null and attendanceStatus != @com.ym.mec.biz.dal.enums.StudentAttendanceStatusEnum@TRUANT">
 |