CC.id, content, last_updated, create_time, user_id, content_id, follow_count
insert into cab_content_comment
id,
content,
last_updated,
deleted,
create_time,
user_id,
content_id,
#{id,jdbcType=BIGINT},
#{content,jdbcType=VARCHAR},
#{lastUpdated,jdbcType=TIMESTAMP},
#{deleted,jdbcType=TIMESTAMP},
#{createTime,jdbcType=TIMESTAMP},
#{userId,jdbcType=BIGINT},
#{contentId,jdbcType=BIGINT},
update cab_content_comment set follow_count = follow_count + 1 where id = #{id,jdbcType=BIGINT}