Merge branch 'master' of http://192.168.1.2:8033/IRaCIS_Core_Api
commit
081cd7fc98
|
@ -962,4 +962,18 @@ 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 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'
|
||||
|
||||
|
||||
|
||||
|
||||
---------------------维护脏的临床数据-------------------
|
||||
|
||||
|
||||
delete ReadingClinicalData where Id in(
|
||||
|
||||
select ReadingClinicalData.Id from ReadingClinicalData inner join ClinicalDataTrialSet on ReadingClinicalData.ClinicalDataTrialSetId=ClinicalDataTrialSet.Id where UploadRole=0
|
||||
and ReadingId='00000000-0000-0000-0000-000000000000')
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue