陈昶聿
3 天以前 d2d33d9e10b6a68b84a43a1b970a94246ffdf801
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>