update 重试运营商分账方法

This commit is contained in:
Guoqs
2025-10-10 13:32:53 +08:00
parent 1489505e86
commit ad405a6710
7 changed files with 75 additions and 24 deletions

View File

@@ -3397,7 +3397,7 @@
order by t1.create_time DESC
</select>
<select id="getSplitOrders" resultType="com.jsowell.pile.domain.OrderSplitRecord">
<select id="getSplitOrders" resultType="com.jsowell.pile.vo.web.OrderPaymentDetailVO">
SELECT
t1.`order_code` as orderCode,
t1.`settle_amount` as settleAmount,