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)