医学审核单位添加
continuous-integration/drone/push Build is running

This commit is contained in:
he
2025-12-26 10:31:16 +08:00
parent 99b76704d3
commit 0266072c6a
6 changed files with 66 additions and 4 deletions
@@ -265,6 +265,9 @@ namespace IRaCIS.Core.Application.Service
Answer = x.Answer,
Type = x.ReadingQuestionTrial.Type,
Unit = x.ReadingQuestionTrial.Unit,
CustomUnit= x.ReadingQuestionTrial.CustomUnit,
ValueType=x.ReadingQuestionTrial.ValueType,
QuestionId = x.ReadingQuestionTrial.Id,
QuestionName = x.ReadingQuestionTrial.QuestionName.LanguageName(x.ReadingQuestionTrial.QuestionEnName, _userInfo.IsEn_Us),
QuestionGenre = x.ReadingQuestionTrial.QuestionGenre,
@@ -314,10 +317,13 @@ namespace IRaCIS.Core.Application.Service
Answer = x.Answer,
Type = x.Type,
Unit = x.Unit,
CustomUnit=x.CustomUnit,
QuestionId = x.QuestionId!.Value,
QuestionName = x.QuestionName,
QuestionGenre = x.QuestionGenre,
DictionaryCode = x.DictionaryCode,
ValueType=x.ValueType,
}).ToList()
};
@@ -358,6 +364,7 @@ namespace IRaCIS.Core.Application.Service
QuestionName = x.QuestionName,
QuestionGenre = x.QuestionGenre,
DictionaryCode = x.DictionaryCode,
ValueType=x.ValueType,
}).ToList()
};