bugfix 财务中心无手续费等费用、分账订单流水重复

This commit is contained in:
Lemon
2025-08-08 13:51:26 +08:00
parent 0de268c679
commit 97d1ac2f34
3 changed files with 3 additions and 3 deletions

View File

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