From 451757be65e371f6bb212aed7ee967f10661da03 Mon Sep 17 00:00:00 2001 From: Harid Promsri <52228846+Harid-999@users.noreply.github.com> Date: Fri, 24 Oct 2025 14:55:48 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=A7=E0=B8=B8=E0=B8=92=E0=B8=B4=E0=B8=81?= =?UTF-8?q?=E0=B8=B2=E0=B8=A3=E0=B8=A8=E0=B8=B6=E0=B8=81=E0=B8=A9=E0=B8=B2?= =?UTF-8?q?=20default=20=E0=B8=9B=E0=B8=A3=E0=B8=B4=E0=B8=8D=E0=B8=8D?= =?UTF-8?q?=E0=B8=B2=E0=B8=95=E0=B8=A3=E0=B8=B5=20(#1898)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: harid --- .../Controllers/PlacementAppointmentController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BMA.EHR.Placement.Service/Controllers/PlacementAppointmentController.cs b/BMA.EHR.Placement.Service/Controllers/PlacementAppointmentController.cs index a1dca0fc..d0cc4f7a 100644 --- a/BMA.EHR.Placement.Service/Controllers/PlacementAppointmentController.cs +++ b/BMA.EHR.Placement.Service/Controllers/PlacementAppointmentController.cs @@ -328,7 +328,7 @@ namespace BMA.EHR.Placement.Service.Controllers p.CreatedAt, p.Reason, - p.EducationOld, + EducationOld = !string.IsNullOrEmpty(p.EducationOld) ? p.EducationOld : "ปริญญาตรี", salary = p.AmountOld, p.PositionTypeOld, p.PositionLevelOld,