Browse Source

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

3.1.3-release
calvin 2 years ago committed by zhuangchong
parent
commit
b46ced7af6
  1. 3
      dolphinscheduler-dao/src/main/resources/org/apache/dolphinscheduler/dao/mapper/ProjectMapper.xml

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

@ -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

Loading…
Cancel
Save