|
|
@@ -73,7 +73,7 @@ public class WithDrawHandle { |
|
|
|
} |
|
|
|
// 如果当前登录用户是流程发起人,判断流程是否已经开始审批,如果开始审批,不能撤回 |
|
|
|
Boolean userIsRoot = checkUserIsRoot(instanceId, null); |
|
|
|
if (Boolean.TRUE.equals(userIsRoot) && canRootWithDraw(historicProcessInstance, userId)) { |
|
|
|
if (Boolean.TRUE.equals(userIsRoot) && canRootWithDrawXinchuang(historicProcessInstance, userId)) { |
|
|
|
return Boolean.TRUE; |
|
|
|
} |
|
|
|
ReqProcessHandlerDTO dto = new ReqProcessHandlerDTO(); |
|
|
|