From 29d9dde7eca98d498d9d32aa91192e7a39936771 Mon Sep 17 00:00:00 2001 From: harid Date: Mon, 20 Oct 2025 11:50:05 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=81=E0=B8=AA?= =?UTF-8?q?=E0=B8=94=E0=B8=87=E0=B8=9B=E0=B8=B5=E0=B8=87=E0=B8=9A=E0=B9=80?= =?UTF-8?q?=E0=B8=9B=E0=B9=87=E0=B8=99=E0=B8=9E=E0=B8=A8.=20issue=20#1873?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Controllers/DisableController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controllers/DisableController.cs b/Controllers/DisableController.cs index 883f395..ac85b96 100644 --- a/Controllers/DisableController.cs +++ b/Controllers/DisableController.cs @@ -2170,7 +2170,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Controllers total = total, header = header, round = periodExam.Round, - year = periodExam.Year + year = periodExam.Year.Value.ToThaiYear() }); } catch (Exception ex)