陈昶聿
6 天以前 987e38327f849e1b13d8541246dde08d877db0e8
smartor/src/main/resources/mapper/smartor/IvrLibaTargetMapper.xml
@@ -108,7 +108,6 @@
            resultMap="IvrLibaTargetResult">
        <include refid="selectIvrLibaTargetVo"/>
        WHERE 1=1
            AND del_flag =0
            <if test="id != null ">and id = #{id}</if>
            <if test="groupid != null  and groupid != ''">and groupid = #{groupid}</if>
@@ -134,8 +133,6 @@
            <if test="suitWay != null and suitWay != ''">and suitWay like concat('%', #{suitWay}, '%')</if>
            <if test="parameter != null and parameter != ''">and parameter = #{parameter}</if>
            <if test="optionDesc != null and optionDesc != ''">and option_desc = #{optionDesc}</if>
        order by update_time desc
    </select>
@@ -172,7 +169,6 @@
        LEFT JOIN ivr_liba_targetoption b
        on a.id = b.targetid
        WHERE 1=1
            AND a.del_flag != 1 and b.del_flag != 1
            <if test="groupid != null  and groupid != ''">and a.groupid = #{groupid}</if>
            <if test="targettype != null  and targettype != ''">and a.targettype = #{targettype}</if>
@@ -196,8 +192,6 @@
            <if test="suitWay != null and suitWay != ''">a.suitWay like concat('%', #{suitWay}, '%')</if>
            <if test="parameter != null and parameter != ''">a.parameter = #{parameter}</if>
            <if test="optionDesc != null and optionDesc != ''">a.option_desc = #{optionDesc}</if>
        ORDER BY a.targetID
    </select>