comment where in gen

This commit is contained in:
mamoss 2025-04-03 11:43:43 +07:00
parent 9da9b812c1
commit 4b7ca5fbf4

View file

@ -93,14 +93,14 @@ export class OrganizationUnauthorizeController extends Controller {
.where({ .where({
orgRevisionId: findRevision?.id, orgRevisionId: findRevision?.id,
current_holderId: Not(IsNull()), current_holderId: Not(IsNull()),
orgRootId: In([ // orgRootId: In([
"4b574414-5faa-438c-829a-3c6444582cfd", // "4b574414-5faa-438c-829a-3c6444582cfd",
"f4aae002-1c03-4ba2-b70b-64b261fc52fa", // "f4aae002-1c03-4ba2-b70b-64b261fc52fa",
"1e8dba2f-b7d1-43c8-b06a-9b240414fd2b", // "1e8dba2f-b7d1-43c8-b06a-9b240414fd2b",
"57477ae7-9de8-49cf-af2f-709cfd21dcb5", // "57477ae7-9de8-49cf-af2f-709cfd21dcb5",
"a356d732-4a7f-4329-8c55-075290e3b533", // "a356d732-4a7f-4329-8c55-075290e3b533",
"a2c0c2b3-c4ca-4451-8e52-04a9e4b02459", // "a2c0c2b3-c4ca-4451-8e52-04a9e4b02459",
]), // ]),
}) })
.andWhere( .andWhere(
new Brackets((qb) => { new Brackets((qb) => {