feat:排序

This commit is contained in:
苏竹红
2025-06-25 22:48:20 +08:00
parent 06fb503411
commit c7bdb954a7
2 changed files with 4 additions and 3 deletions

View File

@@ -43,7 +43,7 @@
#{item}
</foreach>
</where>
ORDER BY created_time DESC
ORDER BY created_time asc
</select>