| | |
| | | <select id="selectIvrLibaScriptTagList" parameterType="com.smartor.domain.IvrLibaScriptTag" |
| | | resultMap="IvrLibaScriptTagResult"> |
| | | <include refid="selectIvrLibaScriptTagVo"/> |
| | | <where> |
| | | where 1=1 |
| | | <if test="tagcategoryid != null ">and tagcategoryid = #{tagcategoryid}</if> |
| | | <if test="scriptid != null ">and scriptid = #{scriptid}</if> |
| | | <if test="tagid != null ">and tagid = #{tagid}</if> |
| | |
| | | <if test="targetid != null ">and targetid = #{targetid}</if> |
| | | <if test="pid != null ">and pid = #{pid}</if> |
| | | <if test="guid != null and guid != ''">and guid = #{guid}</if> |
| | | </where> |
| | | </select> |
| | | |
| | | <select id="selectIvrLibaScriptTagById" parameterType="Long" resultMap="IvrLibaScriptTagResult"> |