fixing updated dear & commanderPosition
This commit is contained in:
parent
a32c12460a
commit
3e58fd1339
1 changed files with 2 additions and 2 deletions
|
|
@ -712,8 +712,8 @@ namespace BMA.EHR.Leave.Service.Controllers
|
|||
//}
|
||||
|
||||
oldData.LeaveTypeCode = leaveType.Code;
|
||||
oldData.Dear = profile.Commander ?? "";
|
||||
oldData.CommanderPosition = profile.CommanderPositionName ?? "";
|
||||
oldData.Dear = req.Dear ?? "";
|
||||
oldData.CommanderPosition = req.CommanderPosition ?? "";
|
||||
|
||||
|
||||
oldData.PositionName = profile.Position == null ? "" : profile.Position;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue