|  | @@ -1272,29 +1272,7 @@
 | 
	
		
			
				|  |  |            AND status_ = 'NORMAL'
 | 
	
		
			
				|  |  |      </select>
 | 
	
		
			
				|  |  |      <select id="findGroupCourseSchedules" resultMap="CourseSchedule">
 | 
	
		
			
				|  |  | -        SELECT cs.id_,
 | 
	
		
			
				|  |  | -               cs.group_type_,
 | 
	
		
			
				|  |  | -               cs.music_group_id_,
 | 
	
		
			
				|  |  | -               cs.class_group_id_,
 | 
	
		
			
				|  |  | -               cs.status_,
 | 
	
		
			
				|  |  | -               cs.subsidy_,
 | 
	
		
			
				|  |  | -               cs.class_date_,
 | 
	
		
			
				|  |  | -               CONCAT(cs.class_date_, ' ', cs.start_class_time_) start_class_time_,
 | 
	
		
			
				|  |  | -               CONCAT(cs.class_date_, ' ', cs.end_class_time_)   end_class_time_,
 | 
	
		
			
				|  |  | -               cs.start_class_time_                              start_class_time_str_,
 | 
	
		
			
				|  |  | -               cs.end_class_time_                                end_class_time_str_,
 | 
	
		
			
				|  |  | -               cs.teacher_id_,
 | 
	
		
			
				|  |  | -               cs.actual_teacher_id_,
 | 
	
		
			
				|  |  | -               cs.create_time_,
 | 
	
		
			
				|  |  | -               cs.update_time_,
 | 
	
		
			
				|  |  | -               cs.teach_mode_,
 | 
	
		
			
				|  |  | -               cs.type_,
 | 
	
		
			
				|  |  | -               cs.name_,
 | 
	
		
			
				|  |  | -               cs.student_num_,
 | 
	
		
			
				|  |  | -               cs.leave_student_num_,
 | 
	
		
			
				|  |  | -               cs.schoole_id_,
 | 
	
		
			
				|  |  | -        cs.live_room_id_,
 | 
	
		
			
				|  |  | -               cs.share_mode_,
 | 
	
		
			
				|  |  | +        SELECT <include refid="resultSql"/>,
 | 
	
		
			
				|  |  |                 s.name_                                           schoole_name_
 | 
	
		
			
				|  |  |          FROM course_schedule cs
 | 
	
		
			
				|  |  |                   LEFT JOIN school s ON cs.schoole_id_ = s.id_
 |