กรองคน
This commit is contained in:
parent
ea7040f462
commit
8273cfabc1
1 changed files with 11 additions and 1 deletions
|
|
@ -5647,7 +5647,17 @@ export class OrganizationController extends Controller {
|
||||||
}
|
}
|
||||||
|
|
||||||
const data = await this.orgRootRepository.find({
|
const data = await this.orgRootRepository.find({
|
||||||
where: { orgRevisionId: orgRevisionActive.id },
|
where: {
|
||||||
|
orgRevisionId: orgRevisionActive.id,
|
||||||
|
id: In([
|
||||||
|
"4b574414-5faa-438c-829a-3c6444582cfd",
|
||||||
|
"d7e98989-b5ce-47d6-93c3-ab63ed486348",
|
||||||
|
"6f9b30e1-757a-40d5-b053-61eb1b91c0f0",
|
||||||
|
"eaf65f33-25e9-4956-9dba-5d909f5eb595",
|
||||||
|
"87c5bc89-300c-4b6a-99e4-26371436caa2",
|
||||||
|
"982d33af-4eb5-4cc8-9c9f-b3ccadbb66d7",
|
||||||
|
]),
|
||||||
|
},
|
||||||
order: {
|
order: {
|
||||||
orgRootOrder: "ASC",
|
orgRootOrder: "ASC",
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue