add - 添加新版的 JSON 转 BPMN 功能

This commit is contained in:
wangli 2023-10-16 20:58:11 +08:00
parent aff911595a
commit 75c88f91c1

View File

@ -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());