select id,send_time,account, message_id, conversation_id, content, company_user_id, company_id, create_time from qw_forbidden_message insert into qw_forbidden_message message_id, conversation_id, content, send_time, company_user_id, company_id, word_id, create_time, account, #{messageId}, #{conversationId}, #{content}, #{sendTime}, #{companyUserId}, #{companyId}, #{wordId}, #{createTime}, #{account}, update qw_forbidden_message message_id = #{messageId}, conversation_id = #{conversationId}, content = #{content}, company_user_id = #{companyUserId}, company_id = #{companyId}, word_id = #{wordId}, create_time = #{createTime}, account = #{account}, send_time = #{sendTime}, where id = #{id} delete from qw_forbidden_message where id = #{id} delete from qw_forbidden_message where id in #{id}