feat(REQ-3714): 优化不在组织内

This commit is contained in:
zhanghonghao 2025-03-13 12:50:52 +08:00
parent 4c54f73e88
commit 743b36fd4e

View File

@ -215,9 +215,6 @@ public class NodeUserCheckServiceImpl implements NodeUserCheckService {
checkFailInfo.setType(CheckInfoTypeEnum.NOT_IN_JURISDICTION);
addFailInfo(failInfoMap, e, checkFailInfo);
});
}
if (CollUtil.isEmpty(nodeUsers)) {
transformFailMap(failInfoMap, resultList);
return resultList;
}