Browse Source

首页公安要闻调整

安保维稳 6 months ago
parent
commit
23c1006542
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/mapper/BizArticleMapper.xml

+ 1 - 1
src/main/resources/mapper/BizArticleMapper.xml

@@ -198,7 +198,7 @@
         from biz_category bc left join biz_article bar on bc.id = bar.category_id
         left join biz_attachment  bat on 1=2
         where bar.status = 1 and bc.name ='公安要闻' and bar.approval_status = 1
-        order by top desc, create_time desc LIMIT 0,8)b
+        order by top desc, create_time desc LIMIT 0,9)b
         union ALL
         select * from (select
         bc.id bc_id,bc.name bc_name, bar.id,bar.title,bar.user_id,bar.author,bar.cover_image,bar.qrcode_path,bar.is_markdown,bar.top,