This commit is contained in:
Suphonchai Phoonsawat 2025-05-13 09:28:45 +07:00
parent 4cc57322c0
commit f09cea096f

View file

@ -426,6 +426,10 @@ namespace BMA.EHR.Insignia.Service.Controllers
citizenId = x.CitizenId,
fullName = $"{x.Prefix}{x.FirstName} {x.LastName}",
root = x.Root,
child1 = x.Child1 ?? "",
child2 = x.Child2 ?? "",
child3 = x.Child3 ?? "",
child4 = x.Child4 ?? "",
dateAppoint = x.DateAppoint == null ? "" : x.DateAppoint.Value.ToThaiShortDate(),
salary = x.Amount,
salaryCondition = x.ProfileSalary == null || x.ProfileSalary.Count == 0 ? 0 :