This commit is contained in:
123 2025-04-24 15:14:39 +08:00
parent 2bed114763
commit cb35f53414

View File

@ -280,6 +280,6 @@
SELECT SELECT
<include refid="Base_Column_List"></include> <include refid="Base_Column_List"></include>
FROM system_archives FROM system_archives
WHERE category_id = '83d306aaf1654e81aaef795fc2f9e5b4' order by show_time desc WHERE category_id = '83d306aaf1654e81aaef795fc2f9e5b4' and status=1 order by show_time desc
</select> </select>
</mapper> </mapper>