From a6f3a3768dcd8570ccecfc7e6e31d65c4fe26809 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BD=87=E6=B9=98=E6=9A=AE=E7=BE=BD?= <1471441495@qq.com> Date: Tue, 20 Jul 2021 10:14:30 +0000 Subject: [PATCH] =?UTF-8?q?fix:=E6=9F=A5=E7=9C=8B=E6=96=87=E7=AB=A0?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E5=B1=95=E7=A4=BA=E6=8E=A8=E8=8D=90=E7=9A=84?= =?UTF-8?q?=E6=96=87=E7=AB=A0=E6=B2=A1=E6=9C=89=E8=BF=87=E6=BB=A4=E6=8E=89?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E7=9A=84=E6=96=87=E7=AB=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- blog-springboot/src/main/resources/mapper/ArticleDao.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/blog-springboot/src/main/resources/mapper/ArticleDao.xml b/blog-springboot/src/main/resources/mapper/ArticleDao.xml index 2729823..bacbf58 100644 --- a/blog-springboot/src/main/resources/mapper/ArticleDao.xml +++ b/blog-springboot/src/main/resources/mapper/ArticleDao.xml @@ -254,6 +254,7 @@ article_id != #{articleId} ) t2 JOIN tb_article a ON t2.article_id = a.id + WHERE a.is_delete = 0 ORDER BY is_top DESC,id DESC LIMIT 6 -- Gitee