bugfix 分账订单流水重复

This commit is contained in:
Lemon
2025-08-08 13:58:21 +08:00
parent 97d1ac2f34
commit b64da5487c

View File

@@ -539,7 +539,7 @@
</select>
<select id="selectWithdrawInfoByOrderCodeList" resultType="com.jsowell.pile.vo.web.ClearingBillVO">
select DINSTINCT(t1.clearing_bill_code) as clearingBillCode,
select DISTINCT(t1.clearing_bill_code) as clearingBillCode,
t2.order_code as orderCode,
t5.settle_amount as settleAmount,
t3.withdraw_code as withdrawCode,