select calldetailid, callid, uuid, phone, operate, displayno, inbound, incoming, assigntime, starttime, answertime, silent, dtmf_key, musicpath, sent_index, sent_begin, asrtext, begin_time, end_time, sent_end, recordpath, recordurl, templateid, templatequestionnum, switchid, questiontext, questionvoice, categoryname, targetoptions, targetvalue, matchedtext, addtime, isupload, upload_time, orgid, create_time, del_flag, update_by, update_time, create_by from ivr_taskcalldetail
insert into ivr_taskcalldetail
calldetailid,
callid,
uuid,
phone,
operate,
displayno,
inbound,
incoming,
assigntime,
starttime,
answertime,
silent,
dtmf_key,
musicpath,
sent_index,
sent_begin,
asrtext,
begin_time,
end_time,
sent_end,
recordpath,
recordurl,
templateid,
templatequestionnum,
switchid,
questiontext,
questionvoice,
categoryname,
targetoptions,
targetvalue,
matchedtext,
addtime,
isupload,
upload_time,
orgid,
create_time,
del_flag,
update_by,
update_time,
create_by,
#{calldetailid},
#{callid},
#{uuid},
#{phone},
#{operate},
#{displayno},
#{inbound},
#{incoming},
#{assigntime},
#{starttime},
#{answertime},
#{silent},
#{dtmfKey},
#{musicpath},
#{sentIndex},
#{sentBegin},
#{asrtext},
#{beginTime},
#{endTime},
#{sentEnd},
#{recordpath},
#{recordurl},
#{templateid},
#{templatequestionnum},
#{switchid},
#{questiontext},
#{questionvoice},
#{categoryname},
#{targetoptions},
#{targetvalue},
#{matchedtext},
#{addtime},
#{isupload},
#{uploadTime},
#{orgid},
#{createTime},
#{delFlag},
#{updateBy},
#{updateTime},
#{createBy},
update ivr_taskcalldetail
callid = #{callid},
uuid = #{uuid},
phone = #{phone},
operate = #{operate},
displayno = #{displayno},
inbound = #{inbound},
incoming = #{incoming},
assigntime = #{assigntime},
starttime = #{starttime},
answertime = #{answertime},
silent = #{silent},
dtmf_key = #{dtmfKey},
musicpath = #{musicpath},
sent_index = #{sentIndex},
sent_begin = #{sentBegin},
asrtext = #{asrtext},
begin_time = #{beginTime},
end_time = #{endTime},
sent_end = #{sentEnd},
recordpath = #{recordpath},
recordurl = #{recordurl},
templateid = #{templateid},
templatequestionnum = #{templatequestionnum},
switchid = #{switchid},
questiontext = #{questiontext},
questionvoice = #{questionvoice},
categoryname = #{categoryname},
targetoptions = #{targetoptions},
targetvalue = #{targetvalue},
matchedtext = #{matchedtext},
addtime = #{addtime},
isupload = #{isupload},
upload_time = #{uploadTime},
orgid = #{orgid},
create_time = #{createTime},
del_flag = #{delFlag},
update_by = #{updateBy},
update_time = #{updateTime},
create_by = #{createBy},
where calldetailid = #{calldetailid}
delete from ivr_taskcalldetail where calldetailid = #{calldetailid}
delete from ivr_taskcalldetail where calldetailid in
#{calldetailid}