smartor/src/main/resources/mapper/smartor/IvrLibaExtemplateMapper.xml
@@ -34,6 +34,7 @@ resultMap="IvrLibaExtemplateResult"> <include refid="selectIvrLibaExtemplateVo"/> <where> del_flag=0 <if test="extName != null and extName != ''">and extName like concat('%', #{extName}, '%')</if> <if test="language != null and language != ''">and language = #{language}</if> <if test="note != null and note != ''">and note = #{note}</if> @@ -129,4 +130,4 @@ #{ID} </foreach> </delete> </mapper> </mapper>