From a8623ade445744ad57b11783c5258802c63e9921 Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Fri, 26 Dec 2025 14:18:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../IRaCIS.Core.Application.xml | 35 +++++++++++++++++++ .../SelfDefineCalculateService.cs | 2 +- 2 files changed, 36 insertions(+), 1 deletion(-) 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;