Ver Fonte

alarm instance add sort (#14058)

liyou há 2 anos atrás
pai
commit
71bbd00ef1

+ 1 - 0
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">