cherry-pick [Bug][DAO] Worked out the issue with throwing the sql exception.

This commit is contained in:
calvin 2022-12-20 17:54:47 +08:00 committed by zhuangchong
parent 47c06ae041
commit b46ced7af6
1 changed files with 2 additions and 1 deletions

View File

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