| | |
| | | |
| | | <select id="selectSchemeTaskconfigList" parameterType="SchemeTaskconfig" resultMap="SchemeTaskconfigResult"> |
| | | <include refid="selectSchemeTaskconfigVo"/> |
| | | <where> |
| | | where 1=1 |
| | | <if test="schemeid != null "> and schemeid = #{schemeid}</if> |
| | | <if test="triggersceneid != null "> and triggersceneid = #{triggersceneid}</if> |
| | | <if test="triggerruleid != null "> and triggerruleid = #{triggerruleid}</if> |
| | |
| | | <if test="relationlistid != null and relationlistid != ''"> and relationlistid = #{relationlistid}</if> |
| | | <if test="relationcode != null and relationcode != ''"> and relationcode = #{relationcode}</if> |
| | | <if test="isrepeat != null "> and isrepeat = #{isrepeat}</if> |
| | | </where> |
| | | </select> |
| | | |
| | | <select id="selectSchemeTaskconfigById" parameterType="Long" resultMap="SchemeTaskconfigResult"> |