select id, type, external_user_id, qw_user_id, corp_id, send_list, next_external_user_id from qw_sop_logs_detalis insert into qw_sop_logs_detalis id, type, external_user_id, qw_user_id, corp_id, send_list, next_external_user_id, #{id}, #{type}, #{externalUserId}, #{qwUserId}, #{corpId}, #{sendList}, #{nextExternalUserId}, update qw_sop_logs_detalis type = #{type}, external_user_id = #{externalUserId}, qw_user_id = #{qwUserId}, corp_id = #{corpId}, send_list = #{sendList}, next_external_user_id = #{nextExternalUserId}, where id = #{id} delete from qw_sop_logs_detalis where id = #{id} delete from qw_sop_logs_detalis where id in #{id}