update 支付记录新增卖家实收手续费 和费率等字段

This commit is contained in:
yyb
2026-01-29 10:44:26 +08:00
parent 0f22398f37
commit 91b39daba3
3 changed files with 18 additions and 12 deletions

View File

@@ -127,7 +127,8 @@
wallet AS walletAddress,
miner AS miner,
algorithm,
coin
coin,
datetime
FROM
`${tableName}`
WHERE

View File

@@ -65,7 +65,10 @@
create_time as createTime,
update_time as updateTime,
status as status,
order_number as orderId
order_number as orderId,
fee_rate as feeRate,
received_amount as receivedAmount,
seller_fee as fee
from lease_pay_record_message
<where>
(<foreach collection="walletList" item="item" separator="OR">