修改收藏数据查询排序字段

This commit is contained in:
s2042968 2025-02-20 17:01:42 +08:00
parent 74445e99c2
commit 5e9caede22
1 changed files with 2 additions and 2 deletions

View File

@ -79,10 +79,10 @@
<when test="pars.versionSort == 1">
ORDER BY file_version DESC
</when>
<when test="pars.fileSize == 0">
<when test="pars.fileSizeSort == 0">
ORDER BY file_size ASC
</when>
<when test="pars.fileSize == 1">
<when test="pars.fileSizeSort == 1">
ORDER BY file_size DESC
</when>
<otherwise>