提交 0fe97733 authored 作者: chaoyanjun's avatar chaoyanjun

--no commit message

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