Ver código fonte

完善文章

hfxc226 2 anos atrás
pai
commit
05a72f2c53

+ 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