|
@@ -59,6 +59,8 @@ namespace Hotline.Api.Controllers.Exam
|
|
|
[HttpPost(ExamManageApiRoute.GetPagedList)]
|
|
|
public async Task<ExamManagePageViewResponse> GetPagedList([FromBody] ExamManagePagedRequest questionPagedRequest)
|
|
|
{
|
|
|
+ await _examManageService.UpdateExamStatus(new EntityQueryRequest(), HttpContext.RequestAborted);
|
|
|
+
|
|
|
var questionPageViewResponse = await _examManageService.GetPagedListAsync(questionPagedRequest);
|
|
|
|
|
|
return questionPageViewResponse as ExamManagePageViewResponse;
|