| | |
| | | |
| | | <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> |
| | |
| | | <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"> |