select log_id, robotic_id, caller_id, run_time, run_param, result, status, create_time, record_path, content_list, caller_num, callee_num, uuid, call_create_time, call_answer_time, intention, company_id, company_user_id, call_time, cost from company_voice_robotic_call_log_callphone
insert into company_voice_robotic_call_log_callphone
robotic_id,
caller_id,
run_time,
run_param,
result,
status,
create_time,
record_path,
content_list,
caller_num,
callee_num,
uuid,
call_create_time,
call_answer_time,
intention,
company_id,
company_user_id,
call_time,
cost,
#{roboticId},
#{callerId},
#{runTime},
#{runParam},
#{result},
#{status},
#{createTime},
#{recordPath},
#{contentList},
#{callerNum},
#{calleeNum},
#{uuid},
#{callCreateTime},
#{callAnswerTime},
#{intention},
#{companyId},
#{companyUserId},
#{callTime},
#{cost},
update company_voice_robotic_call_log_callphone
robotic_id = #{roboticId},
caller_id = #{callerId},
run_time = #{runTime},
run_param = #{runParam},
result = #{result},
status = #{status},
create_time = #{createTime},
record_path = #{recordPath},
content_list = #{contentList},
caller_num = #{callerNum},
callee_num = #{calleeNum},
uuid = #{uuid},
call_create_time = #{callCreateTime},
call_answer_time = #{callAnswerTime},
intention = #{intention},
company_id = #{companyId},
company_user_id = #{companyUserId},
call_time = #{callTime},
cost = #{cost},
where log_id = #{logId}
delete from company_voice_robotic_call_log_callphone where log_id = #{logId}
delete from company_voice_robotic_call_log_callphone where log_id in
#{logId}