|
|
@@ -4397,11 +4397,11 @@ public R<Boolean> saveContractTreeNode(@RequestBody AddContractTreeNodeVO vo) {
|
|
|
//if (Optional.ofNullable(half.getNodeType()).orElse(7) <= 6) {
|
|
|
newData.setIsTypePrivatePid(half.getPKeyId());
|
|
|
//}
|
|
|
- //2025年12月05日10:18更改需求,需要与项目级一致
|
|
|
- if (half.getType() != null && new Integer("2").equals(half.getType())) {
|
|
|
- //2023年8月1日14:41:03更改需求,isBussShow默认=1
|
|
|
- newData.setIsBussShow(half.getIsBussShow());
|
|
|
- }
|
|
|
+// //2025年12月05日10:18更改需求,需要与项目级一致
|
|
|
+// if (half.getType() != null && new Integer("2").equals(half.getType())) {
|
|
|
+// //2023年8月1日14:41:03更改需求,isBussShow默认=1
|
|
|
+// newData.setIsBussShow(half.getIsBussShow());
|
|
|
+// }
|
|
|
|
|
|
//获取当前所有复制的节点的最大sort
|
|
|
newData.setSort(ObjectUtils.isNotEmpty(half.getSort()) ? half.getSort() : 0);
|