This commit is contained in:
parent
f034a09d25
commit
cd8f32d876
|
|
@ -162,13 +162,11 @@
|
|||
|
||||
<select id="queryAllProject" resultType="org.apache.dolphinscheduler.dao.entity.Project">
|
||||
select
|
||||
<include refid="baseSqlV2">
|
||||
<property name="alias" value="p"/>
|
||||
</include>
|
||||
from t_ds_project p
|
||||
<include refid="baseSql"/>
|
||||
from t_ds_project
|
||||
where 1 = 1
|
||||
<if test="userId != 0">
|
||||
right join t_ds_relation_project_user rpu on p.id = rpu.project_id
|
||||
where rpu.user_id = #{userId}
|
||||
and user_id = #{userId}
|
||||
</if>
|
||||
</select>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue