修改稽查
parent
f1d9f67b6e
commit
919dbd818a
|
@ -136,3 +136,4 @@ delete OrganTrialInfo
|
|||
|
||||
----2022-12-15
|
||||
Update Trial set BlindBaseLineName='Baseline',BlindFollowUpPrefix='Follow-up'
|
||||
update DataInspection set VisitTaskId = GeneralId where EntityName='VisitTask'
|
|
@ -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'
|
||||
|
||||
--发布之前备份 前后端代码和完整的数据库
|
||||
|
||||
|
|
Loading…
Reference in New Issue