update 订单支付任务,优化部分修改业务

This commit is contained in:
yyb
2026-01-15 14:04:06 +08:00
parent 0af43f1000
commit 6e9beb5235
3 changed files with 17 additions and 39 deletions

View File

@@ -123,19 +123,9 @@
</foreach>
ELSE blocked_balance
END
WHERE from_address IN (
WHERE (from_address, from_symbol, from_chain) IN (
<foreach collection="list" item="item" separator=",">
#{item.fromAddress}
</foreach>
)
AND from_symbol IN (
<foreach collection="list" item="item" separator=",">
#{item.fromSymbol}
</foreach>
)
AND from_chain IN (
<foreach collection="list" item="item" separator=",">
#{item.fromChain}
(#{item.fromAddress}, #{item.fromSymbol}, #{item.fromChain})
</foreach>
)
AND del = false