id, user_id, from_address, balance, to_address, from_symbol, from_chain, to_symbol, to_chain, qrcode, create_time, update_time, del UPDATE lease_user_wallet_data SET balance = balance - #{item.realAmount}, blocked_balance = blocked_balance - #{item.blockAmount} WHERE from_address = #{item.fromAddress} AND from_symbol = #{item.fromSymbol} AND from_chain = #{item.fromChain} AND del = false