update chat_user set status = #{status} where user_id = #{userId} update chat_wallet set total_amount = total_amount + #{addBalance}, ava_amount = ava_amount + #{addBalance} where user_id = #{userId} and type = 'USDT' update member_coin_withdraw set state = #{state} where id = #{id} update chat_amount_flow set state = #{state} where user_id = #{userId} and relation_id = #{id}