ปรับเครื่องราช #1154

This commit is contained in:
AdisakKanthawilang 2024-11-14 10:36:16 +07:00
parent 4edf59ecd1
commit 2511da3898
2 changed files with 2 additions and 0 deletions

View file

@ -7057,6 +7057,7 @@ export class ProfileController extends Controller {
lastName: profile.lastName,
citizenId: profile.citizenId,
position: profile.position,
isDirector : posMaster?.isDirector,
isProbation: profile.isProbation,
posLevelName: profile.posLevel == null ? null : profile.posLevel.posLevelName,
posLevelRank: profile.posLevel == null ? null : profile.posLevel.posLevelRank,