diff --git a/Services/CandidateService.cs b/Services/CandidateService.cs index f4184fa..a3452a4 100644 --- a/Services/CandidateService.cs +++ b/Services/CandidateService.cs @@ -2291,7 +2291,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Services foreach (var candidate in candidates) { - if (candidate.Status.Trim().ToUpper() != "CHECKSEAT") + if (candidate.Status.Trim().ToUpper() != "CHECKSEAT" || (candidate.PeriodExam.Fee > 0 && candidate.Status.Trim().ToUpper() != "CHECKPOINT")) continue; candidate.IsShowExamInfo = true;