From 915bdf481d23b50c87cb43ab8a85c5dcee1d43ab Mon Sep 17 00:00:00 2001 From: calvin Date: Tue, 20 Dec 2022 17:54:47 +0800 Subject: [PATCH] fix the issue with throwing the sql exception (#13231) --- .../org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml b/dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml index 3495bab8a9..c852ffa284 100644 --- a/dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml +++ b/dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml @@ -108,7 +108,7 @@ OR p.description LIKE concat('%', #{searchName}, '%') ) - group by p.id + group by p.id,u.user_name order by p.id desc