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