alarm instance add sort (#14058)

This commit is contained in:
liyou 2023-05-05 20:53:11 +08:00 committed by GitHub
parent d2f83ee8cf
commit 71bbd00ef1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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