test build
This commit is contained in:
parent
5cceb26218
commit
fc747782d4
1 changed files with 2 additions and 2 deletions
|
|
@ -159,8 +159,8 @@ namespace BMA.EHR.Report.Service.Controllers
|
|||
FullName = $"{p.Prefix}{p.FirstName} {p.LastName}",
|
||||
ExamResult = sr == null ? "" : sr.ExamStatus,
|
||||
EndDate = p.PeriodExam.RegisterEndDate == null ? "" : (p.PeriodExam.RegisterEndDate.Value.ToThaiFullDate3()),
|
||||
AuthName = "นายณัฐพงศ์ ดิษยบุตร",
|
||||
AuthPosition = "หัวหน้าสำนักงาน ก.ก."
|
||||
AuthName = p.AuthName,
|
||||
AuthPosition = p.AuthPosition
|
||||
})
|
||||
.FirstOrDefaultAsync();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue