mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
bugfix 分账订单流水重复
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user