浏览代码

完善文章

hfxc226 2 年之前
父节点
当前提交
05a72f2c53
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      platform-dao/src/main/resources/mapper/operate/ArticleMapper.xml

+ 1 - 1
platform-dao/src/main/resources/mapper/operate/ArticleMapper.xml

@@ -8,7 +8,7 @@
                 (select
                 id, type, parent_id, title, introduction, picture, created_Time, update_time
                 from
-                t_article where type = ${item} order by update_time DESC limit 0,6)
+                t_article where type = ${item} order by update_time DESC limit 0,10)
             </foreach>
         )as A
         where 1=1