浏览代码

Merge branch 'saas' of http://git.dayaedu.com/yonge/mec into test

zouxuan 10 月之前
父节点
当前提交
a2fa0d8f57
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      mec-biz/src/main/resources/config/mybatis/CourseScheduleMapper.xml

+ 2 - 2
mec-biz/src/main/resources/config/mybatis/CourseScheduleMapper.xml

@@ -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_ &lt;= #{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>