feat(REQ-4468) - 自动驳回调整“系统”的名称
This commit is contained in:
parent
6a3b2f2d3c
commit
c539ff1344
@ -47,7 +47,7 @@ public class AutoRejectTransactionListener implements TransactionListener {
|
||||
CommandExecutor commandExecutor = springProcessEngineConfiguration.getCommandExecutor();
|
||||
BpmnTaskAuditDTO reject = new BpmnTaskAuditDTO();
|
||||
reject.setTaskId(delegateTask.getId());
|
||||
reject.setApprover(new BpmnTaskDelegateAssigner("系统", "system", delegateTask.getTenantId()));
|
||||
reject.setApprover(new BpmnTaskDelegateAssigner("", "system", delegateTask.getTenantId()));
|
||||
reject.setOperationDesc(operationDesc);
|
||||
String jobId = commandExecutor.execute(commandConfig, new CustomRejectionTaskAsyncCmd(reject));
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user