feat: 2.6.0
1. 修复排序错乱问题
This commit is contained in:
parent
c7d72f8557
commit
8c0716aa0f
@ -237,6 +237,7 @@ public class WorkflowServiceImpl implements WorkflowService {
|
||||
previousNodeInfo.setChildNode(currentConfig);
|
||||
}
|
||||
|
||||
currentConfig.getConditionNodes().sort(Comparator.comparing(WorkflowDetailResponseVO.NodeInfo::getPriorityLevel));
|
||||
return currentConfig;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user