医学审核单位添加
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
@@ -269,7 +269,8 @@ namespace IRaCIS.Core.Application.Service
ShowOrder = y.ReadingQuestionTrial.ShowOrder,
Type = y.ReadingQuestionTrial.Type,
TypeValue = y.ReadingQuestionTrial.TypeValue,
ValueType = y.ReadingQuestionTrial.ValueType,
CustomUnit = y.ReadingQuestionTrial.CustomUnit,
Unit = y.ReadingQuestionTrial.Unit,
IsJudgeQuestion = y.ReadingQuestionTrial.IsJudgeQuestion,
Answer = y.Answer,
}).ToList()
@@ -313,7 +314,7 @@ namespace IRaCIS.Core.Application.Service
ValueType = y.ValueType,
IsJudgeQuestion = y.IsJudgeQuestion,
Answer = string.Empty,
CustomUnit = y.CustomUnit,
});
}
@@ -399,7 +400,7 @@ namespace IRaCIS.Core.Application.Service
JudgeType = lr.question.JudgeType,
TypeValue = lr.question.TypeValue,
ValueType = lr.question.ValueType,
CustomUnit = lr.question.CustomUnit,
}).ToList();
@@ -524,7 +525,7 @@ namespace IRaCIS.Core.Application.Service
ShowOrder = x.Dictionary.ShowOrder,
ParentCode = x.Dictionary.Parent.Code,
Value = x.Dictionary.Value,
ValueCN = x.Dictionary.ValueCN
ValueCN = x.Dictionary.ValueCN,
}).OrderBy(x => x.ParentCode).ThenBy(x => x.ShowOrder).ToListAsync();
result.AssessTypeList = assessTypeList;