แก้แสดงปีงบเป็นพศ. issue #1873

This commit is contained in:
harid 2025-10-20 11:50:05 +07:00
parent 4da37f4aa2
commit 29d9dde7ec

View file

@ -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)