From bcd87dfa6db8b8cc8ed4e72a795c0d87455c0910 Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Mon, 26 Jun 2023 16:33:27 +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 --- .../Service/Reading/ClinicalData/ClinicalQuestionService.cs | 4 ++-- IRaCIS.Core.Domain/SQLFile/20230613.sql | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/IRaCIS.Core.Application/Service/Reading/ClinicalData/ClinicalQuestionService.cs b/IRaCIS.Core.Application/Service/Reading/ClinicalData/ClinicalQuestionService.cs index 115af7ba3..a52081b22 100644 --- a/IRaCIS.Core.Application/Service/Reading/ClinicalData/ClinicalQuestionService.cs +++ b/IRaCIS.Core.Application/Service/Reading/ClinicalData/ClinicalQuestionService.cs @@ -61,7 +61,7 @@ namespace IRaCIS.Core.Application.Service result.ForEach(x => { - this.FindChildQuestion(x, questions, tableQuestions); + this.FindChildQuestion(x, questions, tableQuestions, new List(), new List()); }); return (result, true); @@ -87,7 +87,7 @@ namespace IRaCIS.Core.Application.Service result.ForEach(x => { - this.FindChildQuestion(x, questions, tableQuestions); + this.FindChildQuestion(x, questions, tableQuestions,new List (),new List()); }); return (result, true); diff --git a/IRaCIS.Core.Domain/SQLFile/20230613.sql b/IRaCIS.Core.Domain/SQLFile/20230613.sql index 2f2cc17a7..24e792201 100644 --- a/IRaCIS.Core.Domain/SQLFile/20230613.sql +++ b/IRaCIS.Core.Domain/SQLFile/20230613.sql @@ -89,6 +89,5 @@ WHERE - - ---------------------------维护临床数据是否应用 之前默认都是应用 现在添加字段 把状态都改为应用 +---------------------------维护临床数据是否应用 之前默认都是应用 现在添加字段 把状态都改为应用 update ClinicalDataTrialSet set IsApply=1 \ No newline at end of file