feat: 2.6.0

1. 修复排序错乱问题
This commit is contained in:
byteblogs168 2023-12-29 18:42:48 +08:00
parent 87dd06d34f
commit a6352e498e

View File

@ -237,6 +237,7 @@ public class WorkflowServiceImpl implements WorkflowService {
previousNodeInfo.setChildNode(currentConfig);
}
currentConfig.getConditionNodes().sort(Comparator.comparing(WorkflowDetailResponseVO.NodeInfo::getPriorityLevel));
return currentConfig;
}