เปิดให้ดาวน์โหลดใบสมัคร รอบสอบที่มีการชำระเงิน
This commit is contained in:
parent
d41632e4c5
commit
7579be09c5
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue