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' + --发布之前备份 前后端代码和完整的数据库