mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
fix related to #509
This commit is contained in:
parent
78b5478d8d
commit
33e34c4d26
@ -269,7 +269,7 @@ export class SubjectBuilder<Entity extends ObjectLiteral> {
|
||||
} else {
|
||||
entities = await this.connection
|
||||
.getRepository<ObjectLiteral>(subjectGroup.target)
|
||||
.createQueryBuilder("operateSubject", this.queryRunner)
|
||||
.createQueryBuilder("subject", this.queryRunner)
|
||||
.whereInIds(allIds)
|
||||
.loadAllRelationIds()
|
||||
.getMany();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user