add officer

This commit is contained in:
kittapath 2024-10-30 16:25:31 +07:00
parent e3be2c4c62
commit 42030e88a9

View file

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