陈昶聿
5 天以前 987e38327f849e1b13d8541246dde08d877db0e8
smartor/src/main/resources/mapper/smartor/SchemeTriggersceneMapper.xml
@@ -41,7 +41,9 @@
    <select id="selectSchemeTriggersceneList" parameterType="SchemeTriggerscene" resultMap="SchemeTriggersceneResult">
        <include refid="selectSchemeTriggersceneVo"/>
        <where>
        WHERE 1=1
            <if test="orgid != null and orgid != ''"> and orgid = #{orgid}</if>
            <if test="schemeid != null ">and schemeid = #{schemeid}</if>
            <if test="baselinetime != null ">and baselinetime = #{baselinetime}</if>
            <if test="triggerornot != null ">and triggerornot = #{triggerornot}</if>
@@ -49,7 +51,7 @@
            <if test="isupload != null ">and isupload = #{isupload}</if>
            <if test="uploadTime != null ">and upload_time = #{uploadTime}</if>
            <if test="ismain != null ">and ismain = #{ismain}</if>
        </where>
    </select>
    <select id="selectSchemeTriggersceneById" parameterType="Long" resultMap="SchemeTriggersceneResult">