From feb302335bc0c0519f19cf6dc730c965a1f06d35 Mon Sep 17 00:00:00 2001 From: tangjiaolong <82365881+tangjiaolong@users.noreply.github.com> Date: Thu, 25 Jan 2024 17:36:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=B7=A5=E4=BD=9C=E6=B5=81?= =?UTF-8?q?=E5=AF=BC=E5=85=A5=E6=97=B6update=5Ftime=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E4=B8=80=E6=A0=B7=EF=BC=8C=E5=AF=BC=E8=87=B4=E5=88=86=E9=A1=B5?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E5=AD=98=E5=9C=A8=E4=B9=B1=E5=BA=8F=E9=97=AE?= =?UTF-8?q?=E9=A2=98=20(#14810)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: David Zollo Co-authored-by: Rick Cheng --- .../dolphinscheduler/dao/mapper/ProcessDefinitionMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProcessDefinitionMapper.xml b/dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProcessDefinitionMapper.xml index f8c3375b80..77775b7668 100644 --- a/dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProcessDefinitionMapper.xml +++ b/dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProcessDefinitionMapper.xml @@ -79,7 +79,7 @@ name like concat('%', #{searchVal}, '%') OR description like concat('%', #{searchVal}, '%') ) - order by update_time desc + order by update_time desc, id asc