|
|
@ -21,7 +21,7 @@ |
|
|
<select id="selectGroupUserListByProjectId" parameterType="String" resultType="com.xm.core.entity.XmProjectGroupUser"> |
|
|
<select id="selectGroupUserListByProjectId" parameterType="String" resultType="com.xm.core.entity.XmProjectGroupUser"> |
|
|
select * from XM.xm_project_group_user res |
|
|
select * from XM.xm_project_group_user res |
|
|
<where> |
|
|
<where> |
|
|
exists( select 1 from XM.xm_project_group g where g.id=res.group_id and g.project_id=#{projectId}) |
|
|
|
|
|
|
|
|
exists( select 1 from XM.xm_project_group g where g.id=res.group_id and res.project_id=#{projectId}) |
|
|
</where> |
|
|
</where> |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
|