adding batch it to batch trans

This commit is contained in:
2026-07-01 13:41:44 +02:00
parent ee594cb276
commit 443e8fd21b
2 changed files with 5 additions and 4 deletions

View File

@@ -226,6 +226,7 @@ public class GroupBatchWorkflowService {
transaction.setProviderLabel(item.getProviderLabel());
transaction.setUserId(batch.getUserId());
transaction.setBatchId(batch.getId());
transaction.setUsername(user.getUsername());
transaction.setWorkspaceId(batch.getWorkspaceId());
transaction.setType(RequestType.CONFIRM);