select id, consultation_id, reply_name, content, images, is_sensitive, sensitive_words, created_at, updated_at, user_id, title, hospital, experience, avatar, expert_type, specialty from vet_comments insert into vet_comments consultation_id, reply_name, content, images, is_sensitive, sensitive_words, created_at, updated_at, user_id, title, hospital, experience, avatar, expert_type, specialty, #{consultationId}, #{replyName}, #{content}, #{images}, #{isSensitive}, #{sensitiveWords}, #{createdAt}, #{updatedAt}, #{userId}, #{title}, #{hospital}, #{experience}, #{avatar}, #{expertType}, #{specialty}, update vet_comments consultation_id = #{consultationId}, reply_name = #{replyName}, content = #{content}, images = #{images}, is_sensitive = #{isSensitive}, sensitive_words = #{sensitiveWords}, created_at = #{createdAt}, updated_at = #{updatedAt}, user_id = #{userId}, title = #{title}, hospital = #{hospital}, experience = #{experience}, avatar = #{avatar}, expert_type = #{expertType}, specialty = #{specialty}, where id = #{id} delete from vet_comments where id = #{id} delete from vet_comments where id in #{id} UPDATE sys_user SET title = #{title}, hospital = #{hospital}, experience = #{experience}, update_time = NOW() WHERE user_id = #{userId}