From 55224a594b7cd7a6242c5468ebe4af2870fd14f3 Mon Sep 17 00:00:00 2001 From: Kittapath Date: Mon, 13 Nov 2023 09:57:11 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88=E0=B8=A1?= =?UTF-8?q?=E0=B8=84=E0=B8=B3=E0=B8=99=E0=B8=B3=E0=B8=AB=E0=B8=99=E0=B9=89?= =?UTF-8?q?=E0=B8=B2report=20=E0=B8=AA=E0=B8=AD=E0=B8=9A=E0=B8=84=E0=B8=B1?= =?UTF-8?q?=E0=B8=94=E0=B9=80=E0=B8=A5=E0=B8=B7=E0=B8=AD=E0=B8=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Controllers/ExamReportController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controllers/ExamReportController.cs b/Controllers/ExamReportController.cs index f2f76ab..f5b46ec 100644 --- a/Controllers/ExamReportController.cs +++ b/Controllers/ExamReportController.cs @@ -337,7 +337,7 @@ namespace BMA.EHR.Report.Service.Controllers .Select(p => new { ExamId = p.SeatNumber == null ? null : (p.SeatNumber), - FullName = $"{p.FirstName} {p.LastName}", + FullName = $"{p.PrefixName}{p.FirstName} {p.LastName}", PositionName = "", ExamName = ($"{p.PeriodExam.Name} ครั้งที่ {p.PeriodExam.Round}/{p.PeriodExam.Year.Value.ToThaiYear()}"),