fix: 排序

This commit is contained in:
2025-03-13 22:50:24 +08:00
parent 4ca2cb3b58
commit 2b691f8c87

View File

@@ -168,6 +168,6 @@
p.qzz_size,
p.qzz_generation
ORDER BY
start_time DESC
`status`, start_time DESC
</select>
</mapper>