add - 添加新版的 JSON 转 BPMN 功能
This commit is contained in:
parent
aff911595a
commit
75c88f91c1
@ -191,7 +191,7 @@ public class BpmnJsonConverterUtil {
|
||||
|
||||
private static BpmnJsonNode copy(BpmnJsonNode source) {
|
||||
if (Objects.isNull(source)) {
|
||||
return source;
|
||||
return null;
|
||||
}
|
||||
BpmnJsonNode target = new BpmnJsonNode();
|
||||
target.setId(source.getId());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user