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