From f97cf818b955397ebcc13de35b9b6c8d76c93e9e Mon Sep 17 00:00:00 2001 From: harid Date: Wed, 26 Nov 2025 17:37:08 +0700 Subject: [PATCH] #2041 --- Controllers/CandidateController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();