Uat_Study
he 2023-04-21 10:49:57 +08:00
parent d5fccaf23b
commit 421bee68dc
1 changed files with 0 additions and 5 deletions

View File

@ -990,11 +990,6 @@ and (SubjectVisit.PDState=1 or SubjectVisit.IsEnrollmentConfirm=1)
) != 0 ) != 0
------------------------GroupId
update ReadingQuestionTrial set GroupId= (select top 1 id from ReadingQuestionTrial a where a.Type='group' and a.GroupName=ReadingQuestionTrial.GroupName and a.ReadingQuestionCriterionTrialId=ReadingQuestionTrial.ReadingQuestionCriterionTrialId) where ReadingQuestionTrial.Type!='group'
update ReadingQuestionSystem set GroupId= (select top 1 id from ReadingQuestionSystem a where a.Type='group' and a.GroupName=ReadingQuestionSystem.GroupName and a.ReadingQuestionCriterionSystemId=ReadingQuestionSystem.ReadingQuestionCriterionSystemId) where ReadingQuestionSystem.Type!='group'