From 42030e88a9d518cd5398afbec3810664366ed84b Mon Sep 17 00:00:00 2001 From: kittapath Date: Wed, 30 Oct 2024 16:25:31 +0700 Subject: [PATCH] add officer --- src/controllers/OrganizationDotnetController.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/controllers/OrganizationDotnetController.ts b/src/controllers/OrganizationDotnetController.ts index 7f0a935e..ee6624e2 100644 --- a/src/controllers/OrganizationDotnetController.ts +++ b/src/controllers/OrganizationDotnetController.ts @@ -489,6 +489,7 @@ export class OrganizationDotnetController extends Controller { posType: profile.posType ? profile.posType : null, profileSalary: profile.profileSalary, profileInsignia: profile.profileInsignias, + profileType: "OFFICER", }; return new HttpSuccess(mapProfile);