|
@@ -3630,6 +3630,7 @@ public R<Boolean> updateContractNodeParameter(@RequestParam Long pKeyId, @Reques
|
|
if (sourceType >= targetType) {
|
|
if (sourceType >= targetType) {
|
|
throw new ServiceException("当前节点类型不能大于或等于父级节点类型");
|
|
throw new ServiceException("当前节点类型不能大于或等于父级节点类型");
|
|
}
|
|
}
|
|
|
|
+ node.setNodeType(nodeType);
|
|
}
|
|
}
|
|
}else {
|
|
}else {
|
|
node.setNodeType(nodeType);
|
|
node.setNodeType(nodeType);
|