From 18b1171c34028877befd7f2106bab2b8248505b9 Mon Sep 17 00:00:00 2001 From: mamoss <> Date: Wed, 14 May 2025 15:30:22 +0700 Subject: [PATCH] add isduty --- src/controllers/OrganizationController.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/controllers/OrganizationController.ts b/src/controllers/OrganizationController.ts index ce0b5d8d..18465656 100644 --- a/src/controllers/OrganizationController.ts +++ b/src/controllers/OrganizationController.ts @@ -7161,6 +7161,7 @@ export class OrganizationController extends Controller { "orgRoot.orgRootRank", "orgRoot.orgRootRankSub", "orgRoot.responsibility", + "orgRoot.isDeputy", ]) .orderBy("orgRoot.orgRootOrder", "ASC") .getMany();