feat(SaOrderChargeLogMapper): 撤单列表订单号排序问题处理

This commit is contained in:
woody 2025-05-19 17:38:54 +08:00 committed by cabbage
parent 2bf87bc6a1
commit 8777e81e04
1 changed files with 1 additions and 1 deletions

View File

@ -420,7 +420,7 @@
#{item}
</foreach>
</if>
order by soi.modified_time desc
order by soi.modified_time desc, so.ORDER_CODE
</select>
</mapper>