select * from ai_sip_call_task
insert into ai_sip_call_task
group_id,
batch_name,
ifcall,
rate,
thread_num,
executing,
stop_time,
userid,
task_type,
gateway_id,
voice_code,
voice_source,
avg_ring_time_len,
avg_call_talk_time_len,
avg_call_end_process_time_len,
call_node_no,
llm_account_id,
play_times,
asr_provider,
ai_transfer_type,
ai_transfer_data,
auto_stop,
ivr_id,
remote_batch_id,
create_by,
create_time,
update_by,
update_time,
company_id,
company_user_id,
status,
#{groupId},
#{batchName},
#{ifcall},
#{rate},
#{threadNum},
#{executing},
#{stopTime},
#{userid},
#{taskType},
#{gatewayId},
#{voiceCode},
#{voiceSource},
#{avgRingTimeLen},
#{avgCallTalkTimeLen},
#{avgCallEndProcessTimeLen},
#{callNodeNo},
#{llmAccountId},
#{playTimes},
#{asrProvider},
#{aiTransferType},
#{aiTransferData},
#{autoStop},
#{ivrId},
#{remoteBatchId},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
#{companyId},
#{companyUserId},
#{status},
update ai_sip_call_task
group_id = #{groupId},
batch_name = #{batchName},
ifcall = #{ifcall},
rate = #{rate},
thread_num = #{threadNum},
executing = #{executing},
stop_time = #{stopTime},
userid = #{userid},
task_type = #{taskType},
gateway_id = #{gatewayId},
voice_code = #{voiceCode},
voice_source = #{voiceSource},
avg_ring_time_len = #{avgRingTimeLen},
avg_call_talk_time_len = #{avgCallTalkTimeLen},
avg_call_end_process_time_len = #{avgCallEndProcessTimeLen},
call_node_no = #{callNodeNo},
llm_account_id = #{llmAccountId},
play_times = #{playTimes},
asr_provider = #{asrProvider},
ai_transfer_type = #{aiTransferType},
ai_transfer_data = #{aiTransferData},
auto_stop = #{autoStop},
ivr_id = #{ivrId},
remote_batch_id = #{remoteBatchId},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
company_id = #{companyId},
company_user_id = #{companyUserId},
status = #{status},
where batch_id = #{batchId}
delete from ai_sip_call_task where batch_id = #{batchId}
delete from ai_sip_call_task where batch_id in
#{batchId}