|
|
@ -504,7 +504,6 @@ public class FlowableRest implements FlowableFeign { |
|
|
|
List<FlowElement> flowElements = processService.calApprovePath(dto.getModelId(), dto.getModelId(), |
|
|
|
dto.getFormVariables()); |
|
|
|
boolean contains = false; |
|
|
|
boolean adminSecondsContains = false; |
|
|
|
for (int i = 0; i < flowElements.size(); i++) { |
|
|
|
FlowElement flowElement = flowElements.get(i); |
|
|
|
String id = flowElement.getId(); |
|
|
@ -562,9 +561,6 @@ public class FlowableRest implements FlowableFeign { |
|
|
|
if (contains) { |
|
|
|
break; |
|
|
|
} |
|
|
|
if (adminSecondsContains) { |
|
|
|
break; |
|
|
|
} |
|
|
|
} |
|
|
|
if (contains) { |
|
|
|
dto.setUserSid(nextUserSid); |
|
|
|