陈昶聿
6 天以前 987e38327f849e1b13d8541246dde08d877db0e8
smartor/src/main/resources/mapper/smartor/IvrLibaTargetAssortMapper.xml
@@ -25,13 +25,14 @@
            resultMap="IvrLibaTargetAssortResult">
        <include refid="selectIvrLibaTargetAssortVo"/>
        WHERE 1=1
            <if test="orgid != null and orgid != ''">
                and orgid = #{orgid}
            </if>
            <if test="indexAssortName != null  and indexAssortName != ''">and index_assort_name like concat('%',
                #{indexAssortName}, '%')
            </if>
            <if test="pid != null ">and pid = #{pid}</if>
            and del_flag=0
        order by seqno asc
    </select>