Correct Sort Order
This commit is contained in:
parent
58b890d6a5
commit
4c1c3f5da8
2 changed files with 22 additions and 22 deletions
|
|
@ -310,7 +310,7 @@ namespace BMA.EHR.Report.Service.Controllers
|
|||
ExamName = $"{p.RecruitImport.Name} ครั้งที่ {p.RecruitImport.Order}/{p.RecruitImport.Year.ToThaiYear()}",
|
||||
|
||||
|
||||
Number = sr == null ? "" : sr.Number,
|
||||
Number = sr == null ? 99999 : Convert.ToInt32(sr.Number),
|
||||
ExamCount = _recruitService.GetExamCount(p.CitizenId),
|
||||
ScoreExpire = p.RecruitImport.AnnouncementDate == null ? "" : p.RecruitImport.AnnouncementDate.Value.AddYears(2).ToThaiShortDate(),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue