This commit is contained in:
parent
8be20b1365
commit
59a3aaa2d8
1 changed files with 3 additions and 2 deletions
|
|
@ -2125,8 +2125,9 @@ namespace BMA.EHR.Leave.Service.Controllers
|
|||
{
|
||||
refId = id,
|
||||
sysName = "SYS_LEAVE_LIST_EMP",
|
||||
posLevelName = "EMP",
|
||||
posTypeName = "EMP",
|
||||
posLevelName = profile.PosLevel ?? "",
|
||||
posTypeName = profile.PosType ?? "",
|
||||
fullName = $"{profile.Prefix}{profile.FirstName} {profile.LastName}"
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue