feat(REQ-3714): 项目内工人退场,不查ouId

This commit is contained in:
zhanghonghao 2025-03-11 09:39:34 +08:00
parent 2bc32fd0d7
commit 680a081cb4

View File

@ -187,7 +187,6 @@ public class NodeUserFoundationServiceImpl implements NodeUserFoundationService
//项目内工人退场
OrgProjectWorkerWithdrawReq workerReq = new OrgProjectWorkerWithdrawReq();
workerReq.setOuId(req.getOuId());
workerReq.setWorkspaceId(req.getWorkspaceId());
if (req.isUnitDelete()) {
workerReq.setWorkspaceId(nodeUserList.get(0).getWorkspaceId());