修改
continuous-integration/drone/push Build is passing

This commit is contained in:
he
2024-11-04 17:51:53 +08:00
parent f17001bace
commit 3354aa37f4
5 changed files with 8 additions and 6 deletions
@@ -284,6 +284,7 @@ namespace IRaCIS.Core.Application.Service
RelevanceValue = x.RelevanceValue,
ImageCount = 0,
ParentId = item.Id,
ShowQuestion=x.ShowQuestion,
DataTableColumn = x.DataTableColumn,
LesionType = item.LesionType,
QuestionName = x.QuestionName,
@@ -298,6 +299,7 @@ namespace IRaCIS.Core.Application.Service
Id = x.Id,
DictionaryCode = x.DictionaryCode,
Type = x.Type,
ShowQuestion = x.ShowQuestion,
TableQuestionType = x.TableQuestionType,
DependParentId = x.DependParentId,
IsDepend = x.IsDepend,