| | |
| | | <select id="selectIvrLibaTemplateAssortList" parameterType="com.smartor.domain.IvrLibaTemplateAssort" |
| | | resultMap="IvrLibaTemplateAssortResult"> |
| | | <include refid="selectIvrLibaTemplateAssortVo"/> |
| | | <where> |
| | | del_flag=0 |
| | | where 1=1 |
| | | and del_flag = 0 |
| | | <if test="indexAssortName != null and indexAssortName != ''">and index_assort_name like concat('%', |
| | | #{indexAssortName}, '%') |
| | | </if> |
| | | <if test="pid != null ">and pid = #{pid}</if> |
| | | </where> |
| | | <if test="orgid != null and orgid != ''">and orgid = #{orgid}</if> |
| | | order by seqno asc |
| | | </select> |
| | | |