添加功能

This commit is contained in:
马宝龙
2026-07-03 18:59:09 +08:00
parent 5e91e0f25a
commit 1d14564b0f
4 changed files with 40 additions and 1 deletions

View File

@@ -69,7 +69,7 @@
AND year = #{year}
</if>
</where>
ORDER BY year DESC
ORDER BY year ASC
</select>
</mapper>