代码修改

This commit is contained in:
he
2023-09-25 13:13:02 +08:00
parent 473dafbb58
commit 5dab6ef30b
3 changed files with 83 additions and 19 deletions
@@ -122,6 +122,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
LesionType = x.LesionType,
QuestionId = x.Id,
QuesionName = x.QuestionName.LanguageName(x.QuestionEnName, _userInfo.IsEn_Us),
OrderMark=x.OrderMark,
QuestionType = x.QuestionType,
ValueType = x.ValueType,
}).ToListAsync();