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} update chat_user set is_robot = #{isRobot} where user_id = #{userId} update chat_user set model_type = #{modelType} where user_id = #{userId} update chat_group set use_robot = #{useRobot} where id = #{id}