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

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

View File

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