diff --git a/src/controllers/ProfileController.ts b/src/controllers/ProfileController.ts index 8781a4f6..fb1a01c6 100644 --- a/src/controllers/ProfileController.ts +++ b/src/controllers/ProfileController.ts @@ -3293,6 +3293,7 @@ export class ProfileController extends Controller { citizenId: profile.citizenId, position: profile.position, leaveDate: profile.dateLeave, + posMasterId: posMaster == null ? null : posMaster.id, posMasterNo: posMaster == null ? null : posMaster.posMasterNo, posLevelName: profile.posLevel == null ? null : profile.posLevel.posLevelName, posLevelRank: profile.posLevel == null ? null : profile.posLevel.posLevelRank, @@ -3300,6 +3301,7 @@ export class ProfileController extends Controller { posTypeName: profile.posType == null ? null : profile.posType.posTypeName, posTypeRank: profile.posType == null ? null : profile.posType.posTypeRank, posTypeId: profile.posType == null ? null : profile.posType.id, + orgRevisionId: root == null ? null : root.orgRevisionId, rootId: root == null ? null : root.id, root: root == null ? null : root.orgRootName, rootShortName: root == null ? null : root.orgRootShortName,