直接添加端下一级菜单bugfix
This commit is contained in:
parent
a85bddc1de
commit
fa678f893f
@ -317,10 +317,10 @@ public class SaasFeatureApplyServiceImpl implements SaasFeatureApplyService {
|
||||
}
|
||||
}
|
||||
});
|
||||
if (CollectionUtils.isNotEmpty(featureIds)) {
|
||||
Set<String> targetIds = featureIds.stream().map(e -> PermissionPointApplyVO.PermissionPointInfoVO.buildId(3, e)).collect(Collectors.toSet());
|
||||
flatRoot.removeIf(e -> targetIds.contains(e.getId()));
|
||||
}
|
||||
// if (CollectionUtils.isNotEmpty(featureIds)) {
|
||||
// Set<String> targetIds = featureIds.stream().map(e -> PermissionPointApplyVO.PermissionPointInfoVO.buildId(3, e)).collect(Collectors.toSet());
|
||||
// flatRoot.removeIf(e -> targetIds.contains(e.getId()));
|
||||
// }
|
||||
return root;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user