filter salary

This commit is contained in:
mamoss 2025-04-02 11:29:30 +07:00
parent 5f53769292
commit 3e7a00e35d

View file

@ -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) => {