smartor/src/main/resources/mapper/smartor/IvrLibaScriptTargetoptionMapper.xml
@@ -55,6 +55,7 @@ resultMap="IvrLibaScriptTargetoptionResult"> <include refid="selectIvrLibaScriptTargetoptionVo"/> <where> del_flag=0 <if test="targetid != null and targetid != ''">and targetid = #{targetid}</if> <if test="targetname != null and targetname != ''">and targetname = #{targetname}</if> <if test="scriptid != null ">and scriptid = #{scriptid}</if> @@ -194,4 +195,4 @@ where id = #{id} </delete> </mapper> </mapper>