提交 3b492f4f authored 作者: liupengfei's avatar liupengfei

--no commit message

上级 b1b49d06
...@@ -65,7 +65,7 @@ public interface CourseLibraryMapper extends BaseMapper<CourseLibrary> { ...@@ -65,7 +65,7 @@ public interface CourseLibraryMapper extends BaseMapper<CourseLibrary> {
@Select("<script>" @Select("<script>"
+ "select id,name,timeLength,sort,status from res_video_library " + "select id,name,timeLength,sort,status from res_video_library "
+ " where 1 = 1 and status = 1 and courseId = #{courseId}" + " where 1 = 1 and status = 1 and courseId = #{courseId}"
+ " order by sort asc,uploadTime desc " + " order by sort desc,uploadTime desc "
+ "</script>") + "</script>")
List<VideoLibraryListVO> videoRelationPage(@Param("courseId")String courseId); List<VideoLibraryListVO> videoRelationPage(@Param("courseId")String courseId);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论