select log_id, robotic_id, caller_id, run_time, run_param, result, status, create_time, company_id, company_user_id, temp_id, cost, content_len from company_voice_robotic_call_log_sendmsg
insert into company_voice_robotic_call_log_sendmsg
robotic_id,
caller_id,
run_time,
run_param,
result,
status,
create_time,
company_id,
company_user_id,
temp_id,
cost,
content_len,
#{roboticId},
#{callerId},
#{runTime},
#{runParam},
#{result},
#{status},
#{createTime},
#{companyId},
#{companyUserId},
#{tempId},
#{cost},
#{contentLen},
update company_voice_robotic_call_log_sendmsg
robotic_id = #{roboticId},
caller_id = #{callerId},
run_time = #{runTime},
run_param = #{runParam},
result = #{result},
status = #{status},
create_time = #{createTime},
company_id = #{companyId},
company_user_id = #{companyUserId},
temp_id = #{tempId},
cost = #{cost},
content_len = #{contentLen},
where log_id = #{logId}
delete from company_voice_robotic_call_log_sendmsg where log_id = #{logId}
delete from company_voice_robotic_call_log_sendmsg where log_id in
#{logId}