select questionTargetID, questionID, targetID, targetType, categoryName, targetValue, basicRegex, selfRegex, regexUsedType, sort, version, isEnable, isDel, tipsJson, del_flag, update_by, update_time, create_by, create_time, isupload, upload_time, orgid from ivr_liba_scripttarget
insert into ivr_liba_scripttarget
questionTargetID,
questionID,
targetID,
targetType,
categoryName,
targetValue,
basicRegex,
selfRegex,
regexUsedType,
sort,
version,
isEnable,
isDel,
tipsJson,
del_flag,
update_by,
update_time,
create_by,
create_time,
isupload,
upload_time,
orgid,
#{questionTargetID},
#{questionID},
#{targetID},
#{targetType},
#{categoryName},
#{targetValue},
#{basicRegex},
#{selfRegex},
#{regexUsedType},
#{sort},
#{version},
#{isEnable},
#{isDel},
#{tipsJson},
#{delFlag},
#{updateBy},
#{updateTime},
#{createBy},
#{createTime},
#{isupload},
#{uploadTime},
#{orgid},
update ivr_liba_scripttarget
questionID = #{questionID},
targetID = #{targetID},
targetType = #{targetType},
categoryName = #{categoryName},
targetValue = #{targetValue},
basicRegex = #{basicRegex},
selfRegex = #{selfRegex},
regexUsedType = #{regexUsedType},
sort = #{sort},
version = #{version},
isEnable = #{isEnable},
isDel = #{isDel},
tipsJson = #{tipsJson},
del_flag = #{delFlag},
update_by = #{updateBy},
update_time = #{updateTime},
create_by = #{createBy},
create_time = #{createTime},
isupload = #{isupload},
upload_time = #{uploadTime},
orgid = #{orgid},
where questionTargetID = #{questionTargetID}
delete from ivr_liba_scripttarget where questionTargetID = #{questionTargetID}
delete from ivr_liba_scripttarget where questionTargetID in
#{questionTargetID}