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();