修改一版

Test.EIImageViewer
he 2023-01-18 10:15:28 +08:00
parent 183d6cf5f4
commit cc9f1d8e82
1 changed files with 1 additions and 1 deletions

View File

@ -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();