From afa3cd3031304d2f87dded1927f57673417d7c7e Mon Sep 17 00:00:00 2001 From: mamoss <> Date: Wed, 26 Mar 2025 11:58:04 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=9C=E0=B8=B9=E0=B8=9A=E0=B8=B1=E0=B8=87?= =?UTF-8?q?=E0=B8=84=E0=B8=B1=E0=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/controllers/CommandController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/CommandController.ts b/src/controllers/CommandController.ts index 37d24e86..8f4418fa 100644 --- a/src/controllers/CommandController.ts +++ b/src/controllers/CommandController.ts @@ -2406,7 +2406,7 @@ export class CommandController extends Controller { current_holderId: Not(IsNull()), }, { - orgChild4: In(_orgChild3), + orgChild4: In(_orgChild4), orgRevision: { orgRevisionIsDraft: false, orgRevisionIsCurrent: true }, isDirector: true, current_holderId: Not(IsNull()),