临床数据维护接口放开
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-- 20221223同步表数据
|
||||
-- Dictionary FrontAuditConfig Menu UserType UserTypeMenu ReadingQuestionSystem ReadingTableQuestionSystem OrganInfo ReadingQuestionCriterionSystem TumorAssessment
|
||||
-- 需要特别注意的表 CriterionNidus ReadingCriterionDictionary
|
||||
|
||||
select * from CriterionNidus where IsSystemCriterion=1
|
||||
select * from ReadingCriterionDictionary where IsSystemCriterion=1
|
||||
delete CriterionNidus where IsSystemCriterion=1
|
||||
delete ReadingCriterionDictionary where IsSystemCriterion=1
|
||||
|
||||
@@ -963,7 +963,6 @@ update TrialEmailNoticeConfig set FileName='入组确认报告.docx' where FileN
|
||||
-- 出现质疑未关闭 但是实际所有质疑都关闭了(不存在 未关闭的质疑)
|
||||
select * from SubjectVisit where ChallengeState=2 and not EXISTS(select * from QCChallenge where SubjectVisitId=SubjectVisit.Id and IsClosed=0)
|
||||
update SubjectVisit set ChallengeState=1 where ChallengeState=2 and not EXISTS(select * from QCChallenge where SubjectVisitId=SubjectVisit.Id and IsClosed=0)
|
||||
update TrialEmailNoticeConfig set FileName='入组确认报告.docx' where FileName='ECR_v1.0_Final.docx'
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user