no message

This commit is contained in:
kittapath 2025-01-20 16:28:41 +07:00
parent 6a87f01bad
commit ad3a55324a

View file

@ -4354,6 +4354,7 @@ export class ProfileEmployeeController extends Controller {
posLevelId: profile.posLevel == null ? null : profile.posLevel.id,
posTypeName: profile.posType == null ? null : profile.posType.posTypeName,
posTypeRank: profile.posType == null ? null : profile.posType.posTypeRank,
posTypeShortName: profile.posType == null ? null : profile.posType.posTypeShortName,
posTypeId: profile.posType == null ? null : profile.posType.id,
// posExecutiveName: "",
rootId: root == null ? null : root.id,