select id, msgid, chat_type,select_type,filter_customers, sender, allow_select, text_content, corp_id, company_id, tag_names, group_chat_names, from_user_count, to_user_count, from_user_num, to_user_num, create_time, update_time, create_name, is_send, is_timer_send, timer_send from qw_group_msg insert into qw_group_msg msgid, chat_type, select_type, filter_customers, sender, allow_select, text_content, corp_id, company_id, tag_names, group_chat_names, from_user_count, to_user_count, from_user_num, to_user_num, create_time, update_time, create_name, is_send, is_timer_send, timer_send, #{msgid}, #{chatType}, #{selectType}, #{filterCustomers}, #{sender}, #{allowSelect}, #{textContent}, #{corpId}, #{companyId}, #{tagNames}, #{groupChatNames}, #{fromUserCount}, #{toUserCount}, #{fromUserNum}, #{toUserNum}, #{createTime}, #{updateTime}, #{createName}, #{isSend}, #{isTimerSend}, #{timerSend}, update qw_group_msg msgid = #{msgid}, chat_type = #{chatType}, select_type = #{selectType}, filter_customers = #{filterCustomers}, sender = #{sender}, allow_select = #{allowSelect}, text_content = #{textContent}, corp_id = #{corpId}, company_id = #{companyId}, tag_names = #{tagNames}, group_chat_names = #{groupChatNames}, from_user_count = #{fromUserCount}, to_user_count = #{toUserCount}, from_user_num = #{fromUserNum}, to_user_num = #{toUserNum}, create_time = #{createTime}, update_time = #{updateTime}, create_name = #{createName}, is_send = #{isSend}, is_timer_send = #{isTimerSend}, timer_send = #{timerSend}, where id = #{id} delete from qw_group_msg where id = #{id} delete from qw_group_msg where id in #{id}