select ID, taskid, templateQuestionNum, templateID, scriptID, questionPoint, questionText, questionVoice, noMatchText, noMatchVoice, slienceText, slienceVoice, submoduleText, submoduleVoice, noClearlyText, noClearlyVoice, categoryName, targetOptions, language, playWavOnly, value_type, del_flag, update_by, update_time, create_by, create_time, isupload, upload_time, orgid, pid, guid, targettype, targetid, targetvalue, questiontitle, next_question, otherdata, is_must, question_result from ivr_task_template_script
insert into ivr_task_template_script
taskid,
templateQuestionNum,
templateID,
scriptID,
questionPoint,
questionText,
questionVoice,
noMatchText,
noMatchVoice,
slienceText,
slienceVoice,
submoduleText,
submoduleVoice,
noClearlyText,
noClearlyVoice,
categoryName,
targetOptions,
language,
playWavOnly,
value_type,
del_flag,
update_by,
update_time,
create_by,
create_time,
isupload,
upload_time,
orgid,
pid,
guid,
targettype,
targetid,
targetvalue,
questiontitle,
next_question,
otherdata,
is_must,
question_result,
#{taskid},
#{templateQuestionNum},
#{templateID},
#{scriptID},
#{questionPoint},
#{questionText},
#{questionVoice},
#{noMatchText},
#{noMatchVoice},
#{slienceText},
#{slienceVoice},
#{submoduleText},
#{submoduleVoice},
#{noClearlyText},
#{noClearlyVoice},
#{categoryName},
#{targetOptions},
#{language},
#{playWavOnly},
#{valueType},
#{delFlag},
#{updateBy},
#{updateTime},
#{createBy},
#{createTime},
#{isupload},
#{uploadTime},
#{orgid},
#{pid},
#{guid},
#{targettype},
#{targetid},
#{targetvalue},
#{questiontitle},
#{nextQuestion},
#{otherdata},
#{isMust},
#{questionResult},
update ivr_task_template_script
taskid = #{taskid},
templateQuestionNum = #{templateQuestionNum},
templateID = #{templateID},
scriptID = #{scriptID},
questionPoint = #{questionPoint},
questionText = #{questionText},
questionVoice = #{questionVoice},
noMatchText = #{noMatchText},
noMatchVoice = #{noMatchVoice},
slienceText = #{slienceText},
slienceVoice = #{slienceVoice},
submoduleText = #{submoduleText},
submoduleVoice = #{submoduleVoice},
noClearlyText = #{noClearlyText},
noClearlyVoice = #{noClearlyVoice},
categoryName = #{categoryName},
targetOptions = #{targetOptions},
language = #{language},
playWavOnly = #{playWavOnly},
value_type = #{valueType},
del_flag = #{delFlag},
update_by = #{updateBy},
update_time = #{updateTime},
create_by = #{createBy},
create_time = #{createTime},
isupload = #{isupload},
upload_time = #{uploadTime},
orgid = #{orgid},
pid = #{pid},
guid = #{guid},
targettype = #{targettype},
targetid = #{targetid},
targetvalue = #{targetvalue},
questiontitle = #{questiontitle},
next_question = #{nextQuestion},
otherdata = #{otherdata},
is_must = #{isMust},
question_result = #{questionResult},
where ID = #{ID}
delete from ivr_task_template_script where ID = #{ID}
delete from ivr_task_template_script where ID in
#{ID}