From cb35f534141cf735f846e2ca6080096a4e3813dd Mon Sep 17 00:00:00 2001 From: 123 <123@qq.com> Date: Thu, 24 Apr 2025 15:14:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapping/ArchivesMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/mapping/ArchivesMapper.xml b/src/main/resources/mapping/ArchivesMapper.xml index 669ed1d..7d4a022 100644 --- a/src/main/resources/mapping/ArchivesMapper.xml +++ b/src/main/resources/mapping/ArchivesMapper.xml @@ -280,6 +280,6 @@ SELECT FROM system_archives - WHERE category_id = '83d306aaf1654e81aaef795fc2f9e5b4' order by show_time desc + WHERE category_id = '83d306aaf1654e81aaef795fc2f9e5b4' and status=1 order by show_time desc \ No newline at end of file