Browse Source

alarm instance add sort (#14058)

3.2.0-release
liyou 2 years ago committed by GitHub
parent
commit
71bbd00ef1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/AlertPluginInstanceMapper.xml

1
dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/AlertPluginInstanceMapper.xml

@ -53,6 +53,7 @@
<if test="instanceName != null and instanceName != ''">
and instance_name like concat('%', #{instanceName}, '%')
</if>
order by update_time desc
</select>
<select id="existInstanceName" resultType="java.lang.Boolean">

Loading…
Cancel
Save