Skip to content

Commit

Permalink
fix: saveFlow5
Browse files Browse the repository at this point in the history
  • Loading branch information
qweqnotallow committed Sep 18, 2024
1 parent 76f59a4 commit 2449b31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ private void getAllOldFlowId(Long flowId, List<Long> flowIdList) {
if (dssFlow.getChildren() == null) {
dssFlow.setChildren(new ArrayList<DSSFlow>());
}
getAllOldFlowId(flowId, flowIdList);
getAllOldFlowId(subFlowID, flowIdList);
}
}

Expand Down

0 comments on commit 2449b31

Please sign in to comment.