提交 63a17058 authored 作者: chaoyanjun's avatar chaoyanjun

--no commit message

上级 cb0a4833
...@@ -26,6 +26,7 @@ public interface FgAboutUsColumnMapper extends BaseMapper<AboutUsColumn>{ ...@@ -26,6 +26,7 @@ public interface FgAboutUsColumnMapper extends BaseMapper<AboutUsColumn>{
@Select("<script>" @Select("<script>"
+ " select b.* from sys_aboutus_content b where 1=1 and status =1 " + " select b.* from sys_aboutus_content b where 1=1 and status =1 "
+ " eq(b.columnId,form.id) " + " eq(b.columnId,form.id) "
+ " order by topStatus desc,createTime desc "
+ "</script>") + "</script>")
List<AboutUsContent> page(@Param("form")FgAboutusForm form); List<AboutUsContent> page(@Param("form")FgAboutusForm form);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论