From fc747782d472e7ecdf4944eef1cb2d6b60083871 Mon Sep 17 00:00:00 2001 From: kittapath-Jool Date: Mon, 15 Sep 2025 00:51:44 +0700 Subject: [PATCH] test build --- Controllers/ExamReportController.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Controllers/ExamReportController.cs b/Controllers/ExamReportController.cs index 8195c7f..a2c8c66 100644 --- a/Controllers/ExamReportController.cs +++ b/Controllers/ExamReportController.cs @@ -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();