liusheng
2 天以前 da026a34bcc97b2eb49607a3b02d94d8f683f997
smartor/src/main/resources/mapper/smartor/SchemeTriggersceneMapper.xml
@@ -41,7 +41,7 @@
    <select id="selectSchemeTriggersceneList" parameterType="SchemeTriggerscene" resultMap="SchemeTriggersceneResult">
        <include refid="selectSchemeTriggersceneVo"/>
        <where>
        where 1=1
            <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 +49,6 @@
            <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">