@@ -4048,7 +4048,7 @@ public R<Boolean> saveContractTreeNode(@RequestBody AddContractTreeNodeVO vo) {
//处理重复的数据
selectedNodeList = selectedNodeList.stream().collect(Collectors.collectingAndThen(
- Collectors.toCollection(() -> new TreeSet<>(Comparator.comparing(WbsTreePrivate::getId))),
+ Collectors.toCollection(() -> new TreeSet<>(Comparator.comparing(WbsTreePrivate::getPKeyId))),
ArrayList::new
));