This commit is contained in:
Bright 2025-03-28 12:10:12 +07:00
parent 1e33f6d4ea
commit 3c33875748
2 changed files with 7 additions and 7 deletions

View file

@ -7576,7 +7576,7 @@ export class OrganizationController extends Controller {
order: { orgRootName: "ASC" },
select: ["orgRootName"],
});
const root = [root1, root2];
const root = [...root1, ...root2];
const child1 = await this.child1Repository.find({
where: {