...
This commit is contained in:
parent
53efbf246e
commit
0014610f58
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue