This commit is contained in:
wangliwen 2022-05-11 16:00:58 +08:00
parent 53efbf246e
commit 0014610f58
1 changed files with 1 additions and 0 deletions

View File

@ -142,6 +142,7 @@ public class CorrectionListener implements TaskListener, ExecutionListener, Acti
logger.error("第二级别审批仍然为 " + bigDateDeptName);
taskService.addComment(delegateTask.getId(), delegateTask.getProcessInstanceId(), "默认通过");
taskService.complete(delegateTask.getId(), delegateTask.getVariables());
endTake(delegateTask.getVariables());
}
} else {
logger.error("表单内单位名称:" + abilityApplicationDTO.getUnit());