feat(REQ-3647) - 调整自动过审文案

This commit is contained in:
wangli 2025-06-13 18:45:11 +08:00
parent 8ed554aca3
commit fcc59ac317

View File

@ -83,7 +83,7 @@ public class AutoOperatorEvent_101_Listener extends AbstractBpmnEventListener<Ta
boolean exists = checkApproverService.checkApproverExists(delegateTask, userTask, mainProcess, getContext());
log.info("是否需要自动过程判断 exists:{},processInstId:{},taskDefinitionKey:{}", exists, delegateTask.getProcessInstanceId(), delegateTask.getTaskDefinitionKey());
if (exists) {
autoPass(delegateTask, "同一审批人,自动过审","");
autoPass(delegateTask, null,"已同意(同一审批人自动过审)");
}
}
// 检测节点自身配置是否有自动操作