From 919dbd818a5fa57e90dd659b6d46618ca9ae2138 Mon Sep 17 00:00:00 2001 From: "{872297557@qq.com}" <872297557@qq.com> Date: Thu, 15 Dec 2022 18:35:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A8=BD=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Domain/SQLFile/Test.sql | 3 ++- IRaCIS.Core.Domain/SQLFile/UAT.sql | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/IRaCIS.Core.Domain/SQLFile/Test.sql b/IRaCIS.Core.Domain/SQLFile/Test.sql index dd25562bd..f5d9f9b4b 100644 --- a/IRaCIS.Core.Domain/SQLFile/Test.sql +++ b/IRaCIS.Core.Domain/SQLFile/Test.sql @@ -135,4 +135,5 @@ delete OrganTrialInfo ----2022-12-15 -Update Trial set BlindBaseLineName='Baseline',BlindFollowUpPrefix='Follow-up' \ No newline at end of file +Update Trial set BlindBaseLineName='Baseline',BlindFollowUpPrefix='Follow-up' +update DataInspection set VisitTaskId = GeneralId where EntityName='VisitTask' \ No newline at end of file diff --git a/IRaCIS.Core.Domain/SQLFile/UAT.sql b/IRaCIS.Core.Domain/SQLFile/UAT.sql index f2d996a88..8527e672c 100644 --- a/IRaCIS.Core.Domain/SQLFile/UAT.sql +++ b/IRaCIS.Core.Domain/SQLFile/UAT.sql @@ -62,5 +62,19 @@ delete ReadingTableQuestionSystem where QuestionMark=3 go +------------------------------------2022-12-13---------------------------- +update ReadingQuestionSystem set DefaultValue='' +update ReadingQuestionTrial set DefaultValue='' + +----------删除之后要重新同步器官数据 +delete OrganInfo where SystemCriterionId='B0450000-9B8E-98FA-6658-08DA4DAB1FAC' +delete OrganTrialInfo +    where (select count(1) as num from OrganInfo where OrganInfo.Id = OrganTrialInfo.OrganInfoId) = 0 + + +----2022-12-15 +Update Trial set BlindBaseLineName='Baseline',BlindFollowUpPrefix='Follow-up' +update DataInspection set VisitTaskId = GeneralId where EntityName='VisitTask' + --发布之前备份 前后端代码和完整的数据库