REQ-3540: 惹名scope的子节点名可以重复
This commit is contained in:
parent
a6b1316692
commit
2115953577
@ -114,6 +114,7 @@ public class IndexNodeDao extends ServiceImpl<IndexNodeMapper, IndexNode> {
|
||||
.eq(IndexNode::getNodeType, IndexNodeType.FILE) //
|
||||
.list().stream() //
|
||||
.map(node -> node.getOrCreateFileAttributes().getOssFileKey()) //
|
||||
.filter(StringUtils::isNotBlank) //
|
||||
.collect(Collectors.toList());
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user