แก้ปีreportใบสมัคร

This commit is contained in:
Kittapath 2023-10-15 13:45:23 +07:00
parent bdf6e971f1
commit d5ab04b8d6
2 changed files with 1 additions and 1 deletions

View file

@ -104,7 +104,7 @@ namespace BMA.EHR.Application.Repositories.Reports
PositionLevelName = p.PositionExam == null ? "-" : p.PositionExam.PositionLevelName,
PeriodExamName = p.PeriodExam == null ? "-" : p.PeriodExam.Name,
PeriodExamRound = p.PeriodExam == null ? "-" : p.PeriodExam.Round.ToString(),
PeriodExamYear = p.PeriodExam == null ? "-" : p.PeriodExam.Year.ToString(),
PeriodExamYear = p.PeriodExam == null ? "-" : (p.PeriodExam.Year + 543).ToString(),
FullName = $"{p.PrefixName}{p.FirstName} {p.LastName}",
Religion = p.ReligionName == null ? "-" : p.ReligionName,