展示排序

This commit is contained in:
2025-12-19 13:26:58 +08:00
parent a4d66ebe46
commit 8d7d408031

View File

@@ -77,7 +77,7 @@
order by order by
<if test="param.status != null"> <if test="param.status != null">
<if test="param.status == '退款'"> <if test="param.status == '退款'">
`status` desc, detail.`status` desc,detail.pay_time desc
</if> </if>
</if> </if>
detail.create_time desc detail.create_time desc