|  | @@ -2663,7 +2663,7 @@
 | 
	
		
			
				|  |  |              AND (cs.new_course_id_ IS NULL OR cs.new_course_id_ = cs.id_)
 | 
	
		
			
				|  |  |          </if>
 | 
	
		
			
				|  |  |          <if test="searchType == 'COURSE_TIME_ERROR'">
 | 
	
		
			
				|  |  | -            AND cs.status_ = 'NOT_START' AND cs.is_lock_ = 0 AND cs.start_class_time_ < '06:00:00'
 | 
	
		
			
				|  |  | +            AND cs.status_ = 'NOT_START' AND cs.is_lock_ = 0 AND (cs.start_class_time_ < '06:00:00' OR cs.end_class_time_ > '21:00:00')
 | 
	
		
			
				|  |  |              AND (cs.new_course_id_ IS NULL OR cs.new_course_id_ = cs.id_)
 | 
	
		
			
				|  |  |          </if>
 | 
	
		
			
				|  |  |          <if test="classGroupIds != null and classGroupIds.size() > 0">
 |