This commit is contained in:
wangliwen 2022-05-11 16:01:46 +08:00
parent 0014610f58
commit 7c99310df7
1 changed files with 1 additions and 0 deletions

View File

@ -170,6 +170,7 @@ public class CorrectionListener implements TaskListener, ExecutionListener, Acti
if ("免批申请".equals(resource.getShareCondition())) { // 针对免批资源申请
taskService.addComment(delegateTask.getId(), delegateTask.getProcessInstanceId(), "免批资源申请默认通过");
taskService.complete(delegateTask.getId(), delegateTask.getVariables());
endTake(delegateTask.getVariables());
}
});
}