select id, qw_user_id, company_id, send_time, send_count, send_count_token from qw_api_sop_log_token
insert into qw_api_sop_log_token
id,qw_user_id,company_id,send_time,send_count,send_count_token,#{id},#{qwUserId},#{companyId},#{sendTime},#{sendCount},#{sendCountToken},
update qw_api_sop_log_token
qw_user_id = #{qwUserId},company_id = #{companyId},send_time = #{sendTime},send_count = #{sendCount},send_count_token = #{sendCountToken},
where id = #{id}
delete from qw_api_sop_log_token where id = #{id}
delete from qw_api_sop_log_token where id in
#{id}