@@ -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