私海列表查询sql优化

This commit is contained in:
xiaodong.hu
2023-11-24 14:33:34 +08:00
parent 8fc0a38dc8
commit c13f5395f9
2 changed files with 3 additions and 1 deletions

View File

@@ -674,7 +674,7 @@
</if>
</if>
<if test="sortField!=null and sortField != '' and sortField=='allotTime' ">
order by hptil.create_time
order by hpli.allot_time
<if test="sortOrder!=null and sortOrder != '' and sortOrder=='descend' ">
desc
</if>