no message

This commit is contained in:
AdisakKanthawilang 2024-11-14 11:04:52 +07:00
parent 14d2b45588
commit b2126debc0

View file

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