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