修改
This commit is contained in:
+3
-1
@@ -126,7 +126,8 @@ namespace IRaCIS.Application.Services
|
||||
JudgeType = y.ReadingQuestionTrial.JudgeType,
|
||||
Type = y.ReadingQuestionTrial.Type,
|
||||
TypeValue = y.ReadingQuestionTrial.TypeValue,
|
||||
IsJudgeQuestion=y.ReadingQuestionTrial.IsJudgeQuestion,
|
||||
ValueType = y.ReadingQuestionTrial.ValueType,
|
||||
IsJudgeQuestion =y.ReadingQuestionTrial.IsJudgeQuestion,
|
||||
Answer = y.Answer
|
||||
}).ToList()
|
||||
}).ToListAsync();
|
||||
@@ -162,6 +163,7 @@ namespace IRaCIS.Application.Services
|
||||
IsJudgeQuestion=lr.question.IsJudgeQuestion,
|
||||
JudgeType = lr.question.JudgeType,
|
||||
TypeValue = lr.question.TypeValue,
|
||||
ValueType= lr.question.ValueType,
|
||||
|
||||
}).ToList();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user