|
@@ -137,7 +137,7 @@ public interface FsUserCourseVideoMapper
|
|
|
Long selectFsUserCourseVideoByCourseSort(@Param("courseId")Long courseId, @Param("courseSort")Long courseSort);
|
|
|
|
|
|
|
|
|
- @Select("select video_id dict_value, title dict_label from fs_user_course_video where course_id=#{id} and is_del = 0 ")
|
|
|
+ @Select("select video_id dict_value, title dict_label from fs_user_course_video where course_id=#{id} and is_del = 0 order by course_sort")
|
|
|
List<OptionsVO> selectFsUserCourseVodeAllList(Long id);
|
|
|
|
|
|
@Select({"<script> " +
|