fix #1309
This commit is contained in:
parent
9e466a2422
commit
4e3faab969
2 changed files with 2 additions and 2 deletions
|
|
@ -1379,7 +1379,7 @@ namespace BMA.EHR.Leave.Service.Controllers
|
|||
LeaveTypeName = item.Type.Name,
|
||||
FullName = $"{item.Prefix}{item.FirstName} {item.LastName}",
|
||||
ProfileType = item.ProfileType ?? "-",
|
||||
DateSendLeave = item.CreatedAt.Date,
|
||||
DateSendLeave = item.CreatedAt,
|
||||
Status = item.LeaveStatus,
|
||||
CitizenId = item.CitizenId ?? "",
|
||||
LeaveStartDate = item.LeaveStartDate,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue