问题修改
This commit is contained in:
@@ -46,7 +46,8 @@ namespace IRaCIS.Application.Services
|
||||
QuestionGenre=x.QuestionGenre,
|
||||
DictionaryCode=x.DictionaryCode,
|
||||
JudgeType = x.JudgeType,
|
||||
ReadingQuestionTrialId = x.Id
|
||||
ReadingQuestionTrialId = x.Id,
|
||||
JudgeDifferenceValue= x.JudgeDifferenceValue
|
||||
}).ToListAsync();
|
||||
|
||||
|
||||
@@ -70,7 +71,9 @@ namespace IRaCIS.Application.Services
|
||||
{
|
||||
AnswerGroup = JsonConvert.SerializeObject(inDto.AnswerGroup),
|
||||
AnswerCombination = JsonConvert.SerializeObject(inDto.AnswerCombination),
|
||||
JudgeType = inDto.JudgeType,
|
||||
JudgeDifferenceValue= inDto.JudgeDifferenceValue,
|
||||
|
||||
JudgeType = inDto.JudgeType,
|
||||
});
|
||||
|
||||
var result = await _readingQuestionTrialRepository.SaveChangesAsync();
|
||||
|
||||
Reference in New Issue
Block a user