| 
														
															@@ -903,7 +903,7 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	</select> 
														 | 
														
														 | 
														
															 	</select> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     <select id="getCourseTimeError" resultType="int"> 
														 | 
														
														 | 
														
															     <select id="getCourseTimeError" resultType="int"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		SELECT COUNT(cs.id_) FROM course_schedule cs 
														 | 
														
														 | 
														
															 		SELECT COUNT(cs.id_) FROM course_schedule cs 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-		WHERE cs.status_ = 'NOT_START' AND cs.del_flag_ = 0 AND cs.is_lock_ = 0 AND cs.start_class_time_ < '06:00:00' 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+		WHERE cs.status_ = 'NOT_START' AND cs.del_flag_ = 0 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_) AND cs.pre_course_flag_ = 0 
														 | 
														
														 | 
														
															 		AND (cs.new_course_id_ IS NULL OR cs.new_course_id_=cs.id_) AND cs.pre_course_flag_ = 0 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		<if test="classGroupIds != null and classGroupIds.size() > 0"> 
														 | 
														
														 | 
														
															 		<if test="classGroupIds != null and classGroupIds.size() > 0"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			AND cs.class_group_id_ IN 
														 | 
														
														 | 
														
															 			AND cs.class_group_id_ IN 
														 |