diff --git a/Controllers/CandidateController.cs b/Controllers/CandidateController.cs index 224e0c3..f6852cb 100644 --- a/Controllers/CandidateController.cs +++ b/Controllers/CandidateController.cs @@ -836,7 +836,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Controllers { if (!string.IsNullOrEmpty(item.ExamId)) { - await _candidateService.AdminCheckShowExamInfoService(item.ExamId); + await _candidateService.AdminCheckShowExamInfoService(item.ExamId, item.Status ?? true); } return Success();