Bläddra i källkod

fix the issue with throwing the sql exception (#13231)

calvin 2 år sedan
förälder
incheckning
915bdf481d

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

@@ -108,7 +108,7 @@
             OR p.description LIKE concat('%', #{searchName}, '%')
             )
         </if>
-        group by p.id
+        group by p.id,u.user_name
         order by p.id desc
     </select>
     <select id="queryAuthedProjectListByUserId" resultType="org.apache.dolphinscheduler.dao.entity.Project">