修改
This commit is contained in:
@@ -1336,6 +1336,9 @@ namespace IRaCIS.Core.Application.Service
|
||||
Remark = x.Remark,
|
||||
ValueType = x.ValueType,
|
||||
Unit = x.Unit,
|
||||
ClassifyAlgorithms=x.ClassifyAlgorithms,
|
||||
IsCopy=x.IsCopy,
|
||||
ClassifyTableQuestionId=x.ClassifyTableQuestionId,
|
||||
}).ToList();
|
||||
});
|
||||
|
||||
|
||||
+6
-1
@@ -271,7 +271,6 @@ namespace IRaCIS.Core.Application.Service
|
||||
Childrens = new List<GetSystemReadingQuestionOutDto>(),
|
||||
ShowOrder = x.ShowOrder,
|
||||
GroupName = string.Empty,
|
||||
|
||||
Id = x.Id,
|
||||
Type = x.Type,
|
||||
DictionaryCode = x.DictionaryCode,
|
||||
@@ -288,6 +287,9 @@ namespace IRaCIS.Core.Application.Service
|
||||
DataTableColumn = x.DataTableColumn,
|
||||
LesionType = item.LesionType,
|
||||
QuestionName = x.QuestionName,
|
||||
IsCopy=x.IsCopy,
|
||||
ClassifyTableQuestionId= x.ClassifyTableQuestionId,
|
||||
ClassifyAlgorithms=x.ClassifyAlgorithms,
|
||||
RelationQuestions = tableQuestions.Where(z => (z.DependParentId ?? default(Guid)) == x.Id).Select(x => new GetSystemReadingQuestionOutDto
|
||||
{
|
||||
Childrens = new List<GetSystemReadingQuestionOutDto>(),
|
||||
@@ -310,6 +312,9 @@ namespace IRaCIS.Core.Application.Service
|
||||
QuestionName = x.QuestionName,
|
||||
RelationQuestions = new List<GetSystemReadingQuestionOutDto>(),
|
||||
Remark = x.Remark,
|
||||
IsCopy = x.IsCopy,
|
||||
ClassifyTableQuestionId = x.ClassifyTableQuestionId,
|
||||
ClassifyAlgorithms = x.ClassifyAlgorithms,
|
||||
|
||||
}).ToList(),
|
||||
Remark = x.Remark,
|
||||
|
||||
Reference in New Issue
Block a user