select ID,
extID,
switchID,
switchText,
switchWav,
selfRegex,
isEnable,
del_flag,
update_by,
update_time,
create_by,
create_time,
isupload,
upload_time,
orgid,
pid,
guid
from ivr_liba_extemplatescript
insert into ivr_liba_extemplatescript
ID,
extID,
switchID,
switchText,
switchWav,
selfRegex,
isEnable,
del_flag,
update_by,
update_time,
create_by,
create_time,
isupload,
upload_time,
orgid,
pid,
guid,
#{ID},
#{extID},
#{switchID},
#{switchText},
#{switchWav},
#{selfRegex},
#{isEnable},
#{delFlag},
#{updateBy},
#{updateTime},
#{createBy},
#{createTime},
#{isupload},
#{uploadTime},
#{orgid},
#{pid},
#{guid},
update ivr_liba_extemplatescript
extID = #{extID},
switchID = #{switchID},
switchText = #{switchText},
switchWav = #{switchWav},
selfRegex = #{selfRegex},
isEnable = #{isEnable},
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},
where ID = #{ID}
delete
from ivr_liba_extemplatescript
where ID = #{ID}
delete from ivr_liba_extemplatescript where ID in
#{ID}