提交 0bcb5519 authored 作者: liupengfei's avatar liupengfei

--no commit message

上级 6d5e530d
......@@ -122,7 +122,7 @@ public interface FgCourseLibraryMapper extends BaseMapper<CourseLibrary> {
+ "from res_video_library_diy_type a "
+ "left join res_video_library b on a.vlid = b.id "
+ "where b.status = 1 and b.salesType = 1 and a.code = #{form.diyTypeCode} "
+ "order by sort asc,uploadTime desc"
+ "order by sort asc,browseNum desc,uploadTime desc"
+ "</script>")
List<FgCourseLibraryListVO> getFeaturedCourseList(@Param("form")FgQueryRecommedResourceForm form);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论