From 4360f4b2cbd55fe9d88c6840b752138edacc2d2d Mon Sep 17 00:00:00 2001
From: he <109787524@qq.com>
Date: Mon, 4 Mar 2024 14:19:43 +0800
Subject: [PATCH] =?UTF-8?q?=E8=AE=A1=E7=AE=97=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
IRaCIS.Core.Application/IRaCIS.Core.Application.xml | 7 +++++++
.../Service/ReadingCalculate/LuganoCalculateService.cs | 1 +
2 files changed, 8 insertions(+)
diff --git a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
index 62dcea97d..6934ed6bb 100644
--- a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
+++ b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml
@@ -8462,6 +8462,13 @@
+
+
+ 一键添加默认医学审核问题
+
+
+
+
从系统里面选择问题添加到项目里面
diff --git a/IRaCIS.Core.Application/Service/ReadingCalculate/LuganoCalculateService.cs b/IRaCIS.Core.Application/Service/ReadingCalculate/LuganoCalculateService.cs
index 57a6dce9a..5b6489826 100644
--- a/IRaCIS.Core.Application/Service/ReadingCalculate/LuganoCalculateService.cs
+++ b/IRaCIS.Core.Application/Service/ReadingCalculate/LuganoCalculateService.cs
@@ -1094,6 +1094,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
);
}
+ await _readingTableQuestionAnswerRepository.SaveChangesAsync();
}
}