|  | @@ -362,7 +362,7 @@
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |      <select id="getCourseSchedulesWithDate" resultMap="courseScheduleDto">
 |  |      <select id="getCourseSchedulesWithDate" resultMap="courseScheduleDto">
 | 
											
												
													
														|  |          SELECT
 |  |          SELECT
 | 
											
												
													
														|  | -            cg.id_ seal_class_id_,
 |  | 
 | 
											
												
													
														|  | 
 |  | +            cs.id_ seal_class_id_,
 | 
											
												
													
														|  |              cs.name_,
 |  |              cs.name_,
 | 
											
												
													
														|  |              cs.type_,
 |  |              cs.type_,
 | 
											
												
													
														|  |              cs.id_,
 |  |              cs.id_,
 | 
											
										
											
												
													
														|  | @@ -403,7 +403,7 @@
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |      <select id="getStudentCourseSchedulesWithDate" resultMap="courseScheduleDto">
 |  |      <select id="getStudentCourseSchedulesWithDate" resultMap="courseScheduleDto">
 | 
											
												
													
														|  |          SELECT
 |  |          SELECT
 | 
											
												
													
														|  | -        cgsm.class_group_id_ seal_class_id_,
 |  | 
 | 
											
												
													
														|  | 
 |  | +        cs.id_ seal_class_id_,
 | 
											
												
													
														|  |          cs.name_,
 |  |          cs.name_,
 | 
											
												
													
														|  |          cs.type_,
 |  |          cs.type_,
 | 
											
												
													
														|  |          cs.id_,
 |  |          cs.id_,
 | 
											
										
											
												
													
														|  | @@ -429,7 +429,7 @@
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |      <select id="getTeacherCourseSchedulesWithDate" resultMap="courseScheduleDto">
 |  |      <select id="getTeacherCourseSchedulesWithDate" resultMap="courseScheduleDto">
 | 
											
												
													
														|  |          SELECT
 |  |          SELECT
 | 
											
												
													
														|  | -        cg.id_ seal_class_id_,
 |  | 
 | 
											
												
													
														|  | 
 |  | +        cs.id_ seal_class_id_,
 | 
											
												
													
														|  |          cg.name_,
 |  |          cg.name_,
 | 
											
												
													
														|  |          su.username_ teacher_name_,
 |  |          su.username_ teacher_name_,
 | 
											
												
													
														|  |          cs.type_,
 |  |          cs.type_,
 | 
											
										
											
												
													
														|  | @@ -734,6 +734,7 @@
 | 
											
												
													
														|  |          SELECT
 |  |          SELECT
 | 
											
												
													
														|  |          cs.type_,
 |  |          cs.type_,
 | 
											
												
													
														|  |          cs.id_,
 |  |          cs.id_,
 | 
											
												
													
														|  | 
 |  | +        cs.id_ seal_class_id_,
 | 
											
												
													
														|  |          cs.class_date_,
 |  |          cs.class_date_,
 | 
											
												
													
														|  |          CONCAT(cs.class_date_,' ',cs.start_class_time_) start_class_time_,
 |  |          CONCAT(cs.class_date_,' ',cs.start_class_time_) start_class_time_,
 | 
											
												
													
														|  |          CONCAT(cs.class_date_,' ',cs.end_class_time_) end_class_time_,
 |  |          CONCAT(cs.class_date_,' ',cs.end_class_time_) end_class_time_,
 |