liusheng
2 天以前 da026a34bcc97b2eb49607a3b02d94d8f683f997
smartor/src/main/resources/mapper/smartor/IvrLibaTemplateAssortMapper.xml
@@ -24,13 +24,13 @@
    <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>