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

This commit is contained in:
woody 2025-05-19 17:38:54 +08:00
parent 420e0ce2a8
commit e681977f35
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>