Merge branch 'feature/REQ-1609'
This commit is contained in:
commit
e96ff3a424
@ -125,7 +125,7 @@ public class BpmnProcessModelServiceImpl implements BpmnProcessModelService {
|
||||
if (i < dto.getTenantIds().size() - 1) {
|
||||
baseQuerySql.append(",");
|
||||
}
|
||||
query.parameter("TENANT_ID_" + i, dto.getTenantIds().get(i));
|
||||
query.parameter("tenantId" + i, dto.getTenantIds().get(i));
|
||||
}
|
||||
baseQuerySql.append(")");
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user