mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-01 11:47:51 +08:00
fix the issue with throwing the sql exception (#13231)
This commit is contained in:
parent
b2336b0ce9
commit
915bdf481d
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user