修改一版
parent
183d6cf5f4
commit
cc9f1d8e82
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue