select config_id, float_enabled, float_cooldown_sec, float_role_codes, pin_max_per_room, pin_duration_options, pin_role_codes, remark, update_by, update_time from live_comment_feature_config update live_comment_feature_config float_enabled = #{floatEnabled}, float_cooldown_sec = #{floatCooldownSec}, float_role_codes = #{floatRoleCodes}, pin_max_per_room = #{pinMaxPerRoom}, pin_duration_options = #{pinDurationOptions}, pin_role_codes = #{pinRoleCodes}, remark = #{remark}, update_by = #{updateBy}, update_time = #{updateTime}, where config_id = #{configId}