Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 43s

This commit is contained in:
harid 2025-11-21 18:02:30 +07:00
commit 4fe6433607

View file

@ -2291,7 +2291,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Services
foreach (var candidate in candidates)
{
if (candidate.Status.Trim().ToUpper() != "CHECKSEAT" || (candidate.PeriodExam.Fee > 0 && candidate.Status.Trim().ToUpper() != "CHECKPOINT"))
if (candidate.Status.Trim().ToUpper() == "REGISTER" && candidate.Status.Trim().ToUpper() == "CHECKREGISTER" && candidate.Status.Trim().ToUpper() == "PAYMENT")
continue;
candidate.IsShowExamInfo = true;