陈昶聿
5 天以前 987e38327f849e1b13d8541246dde08d877db0e8
smartor/src/main/resources/mapper/smartor/IvrLibaTemplateAssortMapper.xml
@@ -24,13 +24,15 @@
    <select id="selectIvrLibaTemplateAssortList" parameterType="com.smartor.domain.IvrLibaTemplateAssort"
            resultMap="IvrLibaTemplateAssortResult">
        <include refid="selectIvrLibaTemplateAssortVo"/>
        <where>
            del_flag=0
        WHERE 1=1
            <if test="orgid != null and orgid != ''">
                and orgid = #{orgid}
            </if>
            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>
        order by seqno asc
    </select>