hfxc226 2 лет назад
Родитель
Сommit
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