|  | @@ -1643,7 +1643,7 @@
 | 
	
		
			
				|  |  |              </if>
 | 
	
		
			
				|  |  |          </if>
 | 
	
		
			
				|  |  |          <include refid="teacherClassCourseScheduleQueryCondition"/>
 | 
	
		
			
				|  |  | -        ORDER BY cs.start_class_time_
 | 
	
		
			
				|  |  | +        ORDER BY cs.class_date_,cs.start_class_time_
 | 
	
		
			
				|  |  |          <include refid="global.limit"/>
 | 
	
		
			
				|  |  |      </select>
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -1730,7 +1730,7 @@
 | 
	
		
			
				|  |  |              AND cs.class_date_ <= #{endClassDate}
 | 
	
		
			
				|  |  |          </if>
 | 
	
		
			
				|  |  |          GROUP BY sa.course_schedule_id_
 | 
	
		
			
				|  |  | -        ORDER BY cs.id_
 | 
	
		
			
				|  |  | +        ORDER BY cs.class_date_,cs.start_class_time_
 | 
	
		
			
				|  |  |          <include refid="global.limit"/>
 | 
	
		
			
				|  |  |      </select>
 | 
	
		
			
				|  |  |  
 |