修改一版
This commit is contained in:
@@ -135,7 +135,9 @@ namespace IRaCIS.Application.Services
|
||||
{
|
||||
Answer = x.Answer,
|
||||
QuestionId = x.ReadingQuestionTrial.Id,
|
||||
QuestionName = x.ReadingQuestionTrial.QuestionName
|
||||
QuestionName = x.ReadingQuestionTrial.QuestionName,
|
||||
QuestionGenre=x.ReadingQuestionTrial.QuestionGenre,
|
||||
DictionaryCode=x.ReadingQuestionTrial.DictionaryCode,
|
||||
|
||||
}).ToListAsync(),
|
||||
});
|
||||
@@ -178,7 +180,9 @@ namespace IRaCIS.Application.Services
|
||||
|
||||
Answer = x.Answer,
|
||||
QuestionId = x.QuestionId.Value,
|
||||
QuestionName = x.QuestionName
|
||||
QuestionName = x.QuestionName,
|
||||
QuestionGenre=x.QuestionGenre,
|
||||
DictionaryCode=x.DictionaryCode,
|
||||
}).ToList()
|
||||
};
|
||||
|
||||
@@ -212,7 +216,9 @@ namespace IRaCIS.Application.Services
|
||||
|
||||
Answer = x.Answer,
|
||||
QuestionId = x.QuestionId.Value,
|
||||
QuestionName = x.QuestionName
|
||||
QuestionName = x.QuestionName,
|
||||
QuestionGenre = x.QuestionGenre,
|
||||
DictionaryCode = x.DictionaryCode,
|
||||
}).ToList()
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user