คิวรี่เรื่งที่คำสั่ง

This commit is contained in:
Kittapath 2023-10-03 09:44:14 +07:00
parent 4b9c3a2bc7
commit c9d0800461
4 changed files with 23 additions and 8 deletions

View file

@ -797,7 +797,8 @@ namespace BMA.EHR.Application.Repositories.Commands
r.Command.GovAidCommandDate.Value.ToThaiFullDate3().ToThaiNumber(),
StartDate = p.Date == null ? "" : p.Date.Value.ToThaiFullDate3().ToThaiNumber(),
ActiveDate = p.DateRepatriation == null ? "" : p.DateRepatriation.Value.ToThaiFullDate3().ToThaiNumber(),
FullName = $"{p.Profile.Prefix!.Name}{p.Profile.FirstName!} {p.Profile.LastName!}"
FullName = $"{p.Profile.Prefix!.Name}{p.Profile.FirstName!} {p.Profile.LastName!}",
Subject = $"เรื่อง {r.Command.CommandSubject}",
})
.ToList();