add: Add Person Profile to Table
This commit is contained in:
parent
49eb785a92
commit
96a2c8d94f
13 changed files with 3727 additions and 23 deletions
|
|
@ -176,7 +176,11 @@ namespace BMA.EHR.Leave.Service.Controllers
|
|||
LeaveSalaryText = req.LeaveSalaryText ?? "",
|
||||
LeaveStatus = "DRAFT",
|
||||
KeycloakUserId = userId,
|
||||
ApproveStep = APPROVE_STEP_CREATE
|
||||
ApproveStep = APPROVE_STEP_CREATE,
|
||||
|
||||
Prefix = profile.Prefix,
|
||||
FirstName = profile.FirstName,
|
||||
LastName = profile.LastName,
|
||||
};
|
||||
|
||||
// get leave last
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue