修改一版
This commit is contained in:
@@ -115,12 +115,15 @@ namespace IRaCIS.Core.Application.Service
|
||||
{
|
||||
Answer=y.Answer,
|
||||
QuestionName=y.ReadingQuestionTrial.QuestionName,
|
||||
DictionaryCode=y.ReadingQuestionTrial.DictionaryCode,
|
||||
QuestionGenre=y.ReadingQuestionTrial.QuestionGenre,
|
||||
|
||||
}).ToList() : x.ReadingTaskQuestionAnswerList.Where(y => y.ReadingQuestionTrial.IsJudgeQuestion).Select(y => new JudgeQuestionAnswerInfo()
|
||||
{
|
||||
Answer = y.Answer,
|
||||
QuestionName = y.ReadingQuestionTrial.QuestionName,
|
||||
|
||||
DictionaryCode = y.ReadingQuestionTrial.DictionaryCode,
|
||||
QuestionGenre = y.ReadingQuestionTrial.QuestionGenre,
|
||||
}).ToList()
|
||||
}).ToListAsync();
|
||||
|
||||
@@ -161,12 +164,14 @@ namespace IRaCIS.Core.Application.Service
|
||||
{
|
||||
Answer = y.Answer,
|
||||
QuestionName = y.ReadingQuestionTrial.QuestionName,
|
||||
|
||||
DictionaryCode = y.ReadingQuestionTrial.DictionaryCode,
|
||||
QuestionGenre = y.ReadingQuestionTrial.QuestionGenre,
|
||||
}).ToList() : x.ReadingTaskQuestionAnswerList.Where(y => y.ReadingQuestionTrial.IsJudgeQuestion).Select(y => new JudgeQuestionAnswerInfo()
|
||||
{
|
||||
Answer = y.Answer,
|
||||
QuestionName = y.ReadingQuestionTrial.QuestionName,
|
||||
|
||||
DictionaryCode = y.ReadingQuestionTrial.DictionaryCode,
|
||||
QuestionGenre = y.ReadingQuestionTrial.QuestionGenre,
|
||||
}).ToList()
|
||||
}).ToListAsync();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user