update 订单支付任务,优化部分修改业务
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user