This commit is contained in:
he
2022-08-04 11:36:36 +08:00
parent e9f72acb90
commit a956a83e0a
@@ -176,7 +176,7 @@ namespace IRaCIS.Application.Services
{
QuestionId = y.ReadingQuestionTrialId,
QuestionName = y.ReadingQuestionTrial.QuestionName,
Answer = y.Answer
Answer = y.GlobalChangeAnswer
}).ToList()
}).ToListAsync();