filter salary
This commit is contained in:
parent
5f53769292
commit
3e7a00e35d
1 changed files with 8 additions and 0 deletions
|
|
@ -93,6 +93,14 @@ export class OrganizationUnauthorizeController extends Controller {
|
|||
.where({
|
||||
orgRevisionId: findRevision?.id,
|
||||
current_holderId: Not(IsNull()),
|
||||
rootId: In([
|
||||
"4b574414-5faa-438c-829a-3c6444582cfd",
|
||||
"f4aae002-1c03-4ba2-b70b-64b261fc52fa",
|
||||
"1e8dba2f-b7d1-43c8-b06a-9b240414fd2b",
|
||||
"57477ae7-9de8-49cf-af2f-709cfd21dcb5",
|
||||
"a356d732-4a7f-4329-8c55-075290e3b533",
|
||||
"a2c0c2b3-c4ca-4451-8e52-04a9e4b02459",
|
||||
]),
|
||||
})
|
||||
.andWhere(
|
||||
new Brackets((qb) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue