select log_id, robotic_id, caller_id, wx_client_id, run_function, run_time, run_param, result, status,create_time from company_voice_robotic_call_log
insert into company_voice_robotic_call_log
robotic_id,
caller_id,
wx_client_id,
run_function,
run_time,
run_param,
result,
status,
create_time,
#{roboticId},
#{callerId},
#{wxClientId},
#{runFunction},
#{runTime},
#{runParam},
#{result},
#{status},
#{createTime},
update company_voice_robotic_call_log
robotic_id = #{roboticId},
caller_id = #{callerId},
wx_client_id = #{wxClientId},
run_function = #{runFunction},
run_time = #{runTime},
run_param = #{runParam},
result = #{result},
status = #{status},
where log_id = #{logId}
delete from company_voice_robotic_call_log where log_id = #{logId}
delete from company_voice_robotic_call_log where log_id in
#{logId}