|
@@ -3631,6 +3631,8 @@ public R<Boolean> updateContractNodeParameter(@RequestParam Long pKeyId, @Reques
|
|
throw new ServiceException("当前节点类型不能大于或等于父级节点类型");
|
|
throw new ServiceException("当前节点类型不能大于或等于父级节点类型");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ }else {
|
|
|
|
+ node.setNodeType(nodeType);
|
|
}
|
|
}
|
|
|
|
|
|
WbsTreeContract queries = this.wbsTreeContractClient.getContractWbsTreeByPrimaryKeyId(pKeyId);
|
|
WbsTreeContract queries = this.wbsTreeContractClient.getContractWbsTreeByPrimaryKeyId(pKeyId);
|