陈昶聿
5 天以前 ec23ec3d3dc4ec1ba7d79ba4f46ae2c31d5a16a9
smartor/src/main/resources/mapper/smartor/IvrSceneFlownodebranchMapper.xml
@@ -32,7 +32,8 @@
    <select id="selectIvrSceneFlownodebranchList" parameterType="IvrSceneFlownodebranch" resultMap="IvrSceneFlownodebranchResult">
        <include refid="selectIvrSceneFlownodebranchVo"/>
        <where>
        WHERE 1=1
            <if test="orgid != null  and orgid != ''"> and orgid = #{orgid}</if>
            <if test="isupload != null "> and isupload = #{isupload}</if>
            <if test="uploadTime != null "> and upload_time = #{uploadTime}</if>
@@ -45,7 +46,7 @@
            <if test="nodetype != null "> and nodetype = #{nodetype}</if>
            <if test="targetid != null "> and targetid = #{targetid}</if>
            <if test="oldid != null "> and oldid = #{oldid}</if>
        </where>
    </select>
    <select id="selectIvrSceneFlownodebranchByBranchid" parameterType="Long" resultMap="IvrSceneFlownodebranchResult">