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

This commit is contained in:
calvin 2022-12-20 17:54:47 +08:00 committed by GitHub
parent b2336b0ce9
commit 915bdf481d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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