diff --git a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
index 731955b54..85135d99d 100644
--- a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
+++ b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
@@ -9801,6 +9801,16 @@
评估原因
+
+
+ 数值类型
+
+
+
+
+ 自定义单位
+
+
问题类型
@@ -9946,6 +9956,11 @@
数值类型
+
+
+ 自定义单位
+
+
类型
@@ -10086,6 +10101,16 @@
字典code
+
+
+ 自定义单位
+
+
+
+
+ 数值类型
+
+
是否存在疾病
@@ -11061,6 +11086,16 @@
问题英文名称
+
+
+ 数值类型
+
+
+
+
+ 自定义单位
+
+
排序
diff --git a/IRaCIS.Core.Application/Service/ReadingCalculate/SelfDefineCalculateService.cs b/IRaCIS.Core.Application/Service/ReadingCalculate/SelfDefineCalculateService.cs
index 8701ab1f7..bc9d8804c 100644
--- a/IRaCIS.Core.Application/Service/ReadingCalculate/SelfDefineCalculateService.cs
+++ b/IRaCIS.Core.Application/Service/ReadingCalculate/SelfDefineCalculateService.cs
@@ -243,7 +243,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
tableRowAnswers.ForEach(x =>
{
- var rowinfo = addTableQuestionAnswerList.Where(y => y.QuestionId == x.QuestionId && y.RowIndex == x.RowIndex).FirstOrDefault();
+ var rowinfo = addRowList.Where(y => y.QuestionId == x.QuestionId && y.RowIndex == x.RowIndex).FirstOrDefault();
x.VisitTaskId = visitTaskId;
x.IsCurrentTaskAdd = false;