fix[project]: 查询团队成员时,把项目参与人也加上

This commit is contained in:
2026-04-17 10:53:49 +08:00
parent d126017659
commit 06d3888673

View File

@@ -388,7 +388,7 @@
<foreach collection='nodeIdList' item='nodeId' index='index' separator=','>
#{nodeId}
</foreach>
) and type = 0
) and (type = 0 or type = 3)
group by user_id, type,nodeId
</select>