This commit is contained in:
linfso 2024-07-01 17:32:53 +08:00
parent 2134c18b51
commit 17caaa6dbf

View File

@ -144,8 +144,6 @@
)
)
</if>
</where>
ORDER BY
<if test="params.orderSnSortList != null and params.orderSnSortList.size >0 ">
@ -162,7 +160,7 @@
</foreach>
,
</if>
order by create_time desc
create_time desc
</select>