Joburgess 5 년 전
부모
커밋
b6cbbe3b00
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/CourseScheduleMapper.xml

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

@@ -477,7 +477,7 @@
             AND cs.type_=#{type}
         </if>
         AND csts.user_id_ = #{teacherId} AND cg.del_flag_ = 0
-        ORDER start_class_time_
+        ORDER BY start_class_time_
     </select>
 
     <select id="getCourseScheduleDateByMonth" resultType="java.util.Date">