|
|
@@ -209,7 +209,7 @@ public interface FsUserCourseVideoMapper extends BaseMapper<FsUserCourseVideo> {
|
|
|
" <if test=\"data.keyword != null and data.keyword !='' \">\n" +
|
|
|
" AND v.title LIKE concat('%',#{data.keyword},'%')\n" +
|
|
|
" </if>" +
|
|
|
- "order by v.video_id asc " +
|
|
|
+ "order by v.course_sort asc, v.video_id asc " +
|
|
|
"</script>")
|
|
|
List<FsCourseVideoListBySidebarVO> getFsCourseVideoListBySidebar(@Param("data") FsCourseListBySidebarParam param);
|
|
|
|