update - 调整 Condition 模型的字段定义
This commit is contained in:
parent
2891610735
commit
6dcca8ff99
@ -461,7 +461,7 @@ public final class BpmnJsonConverterUtil {
|
||||
gateway.setDefaultFlow(sequenceFlow.getId());
|
||||
}
|
||||
|
||||
if (Objects.nonNull(branch.getChildren())) {
|
||||
if (Objects.nonNull(branch.getChildren()) && !StringUtils.hasLength(branch.getChildren().getId())) {
|
||||
branchLastNodeIds.addAll(create(branch.getChildren(), mainProcess, bpmnModel));
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user