From f5eff9b3160e0f85d2cb66d26f2c64ef9487b57c Mon Sep 17 00:00:00 2001 From: sangui Date: Sun, 27 Apr 2025 12:07:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E4=B8=8A=E4=B8=80?= =?UTF-8?q?=E7=AF=87=E6=96=87=E7=AB=A0=E8=B7=B3=E8=BD=AC=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ForestBlog/src/main/resources/mapper/ArticleMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ForestBlog/src/main/resources/mapper/ArticleMapper.xml b/ForestBlog/src/main/resources/mapper/ArticleMapper.xml index aa2dda6d..68400f75 100644 --- a/ForestBlog/src/main/resources/mapper/ArticleMapper.xml +++ b/ForestBlog/src/main/resources/mapper/ArticleMapper.xml @@ -223,7 +223,7 @@ article_id < #{id} AND article_status = 1 - ORDER BY article_id + ORDER BY article_id DESC limit 1