select log_id, robotic_id, wx_client_id, run_time, run_param, result, status, create_time, company_id, wx_account_id,is_we_com from company_voice_robotic_call_log_addwx
insert into company_voice_robotic_call_log_addwx
robotic_id,
wx_client_id,
run_time,
run_param,
result,
status,
create_time,
company_id,
wx_account_id,
is_we_com,
#{roboticId},
#{wxClientId},
#{runTime},
#{runParam},
#{result},
#{status},
#{createTime},
#{companyId},
#{wxAccountId},
#{isWeCom},
update company_voice_robotic_call_log_addwx
robotic_id = #{roboticId},
wx_client_id = #{wxClientId},
run_time = #{runTime},
run_param = #{runParam},
result = #{result},
status = #{status},
create_time = #{createTime},
company_id = #{companyId},
wx_account_id = #{wxAccountId},
is_we_com = #{isWeCom},
where log_id = #{logId}
delete from company_voice_robotic_call_log_addwx where log_id = #{logId}
delete from company_voice_robotic_call_log_addwx where log_id in
#{logId}