This commit is contained in:
parent
3f769d0d75
commit
f97cf818b9
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue