This commit is contained in:
harid 2025-11-26 17:37:08 +07:00
parent 3f769d0d75
commit f97cf818b9

View file

@ -836,7 +836,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Controllers
{ {
if (!string.IsNullOrEmpty(item.ExamId)) if (!string.IsNullOrEmpty(item.ExamId))
{ {
await _candidateService.AdminCheckShowExamInfoService(item.ExamId); await _candidateService.AdminCheckShowExamInfoService(item.ExamId, item.Status ?? true);
} }
return Success(); return Success();