|
|
@@ -447,7 +447,7 @@ public class TodoCenterManage { |
|
|
|
throw new IllegalStateException("Unexpected value: " + projectStatus); |
|
|
|
} |
|
|
|
} else { |
|
|
|
// 当前登录用户不是流程发起人 |
|
|
|
// 当前撤回节点不是流程发起人节点 |
|
|
|
List<ProgressNode> currentProgressInfo = currentInstanceDetail.getProgressInfo(); |
|
|
|
ProgressNode progressNode = currentProgressInfo.get(currentProgressInfo.size() - 1); |
|
|
|
ProgressNode beforeProgressNode; |
|
|
|