liusheng
2 天以前 da026a34bcc97b2eb49607a3b02d94d8f683f997
smartor/src/main/resources/mapper/smartor/IvrLibaExtemplateCategoryMapper.xml
@@ -40,7 +40,7 @@
    <select id="selectIvrLibaExtemplateCategoryList" parameterType="com.smartor.domain.IvrLibaExtemplateCategory"
            resultMap="IvrLibaExtemplateCategoryResult">
        <include refid="selectIvrLibaExtemplateCategoryVo"/>
        <where>
        where 1=1
            <if test="categoryname != null  and categoryname != ''">and categoryname like concat('%', #{categoryname},
                '%')
            </if>
@@ -51,7 +51,6 @@
            <if test="guid != null  and guid != ''">and guid = #{guid}</if>
            <if test="seqno != null ">and seqno = #{seqno}</if>
            and del_flag = 0
        </where>
        order by seqno asc
    </select>