修改文档和导表修改
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-10-28 14:33:43 +08:00
parent 44f3b58bad
commit 1209b07c03
2 changed files with 5 additions and 1 deletions
@@ -248,7 +248,7 @@ namespace IRaCIS.Core.Application.Service
{
QuestionType = c.ReadingQuestionTrial.QuestionType,
QuestionName = isEn_Us ? c.ReadingQuestionTrial.QuestionEnName : c.ReadingQuestionTrial.QuestionName,
QuestionValue = c.Answer,
QuestionValue = c.IsGlobalChange?c.GlobalChangeAnswer: c.Answer,
TranslateDicName = c.ReadingQuestionTrial.DictionaryCode
})))
;