Skip to content

Commit

Permalink
fix: batchEditFlowNode 4
Browse files Browse the repository at this point in the history
  • Loading branch information
qweqnotallow committed Sep 19, 2024
1 parent f5449ca commit 43cf278
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1759,7 +1759,7 @@ private void flowJsonAddPointProperty(JsonObject obj, String contentName, String
}

private void flowJsonAddProperty(JsonObject obj, String contentName, String content) {
if (content != null) {
if (StringUtils.isNotEmpty(content)) {
obj.addProperty(contentName, content);
} else {
obj.remove(contentName);
Expand Down

0 comments on commit 43cf278

Please sign in to comment.