Uat_Study
he 2022-08-04 11:36:36 +08:00
parent e9f72acb90
commit a956a83e0a
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ namespace IRaCIS.Application.Services
{ {
QuestionId = y.ReadingQuestionTrialId, QuestionId = y.ReadingQuestionTrialId,
QuestionName = y.ReadingQuestionTrial.QuestionName, QuestionName = y.ReadingQuestionTrial.QuestionName,
Answer = y.Answer Answer = y.GlobalChangeAnswer
}).ToList() }).ToList()
}).ToListAsync(); }).ToListAsync();