修改一版
This commit is contained in:
+1
-1
@@ -205,7 +205,7 @@ namespace IRaCIS.Application.Services
|
||||
TypeValue = y.ReadingQuestionTrial.TypeValue,
|
||||
ValueType = y.ReadingQuestionTrial.ValueType,
|
||||
IsJudgeQuestion =y.ReadingQuestionTrial.IsJudgeQuestion,
|
||||
Answer =y.GlobalChangeAnswer==string.Empty|| y.GlobalChangeAnswer ==null? y.Answer: y.GlobalChangeAnswer,
|
||||
Answer =y.Answer,
|
||||
}).ToList()
|
||||
}).ToListAsync();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user