修改临床数据状态
This commit is contained in:
@@ -163,6 +163,9 @@ update DataInspection set TrialReadingCriterionId= substring(JsonDetail,CHARINDE
|
||||
update DataInspection set TrialReadingCriterionId= substring(JsonDetail,CHARINDEX('ReadingQuestionCriterionTrialId":"',JsonDetail)+34,36) where EntityName='ReadingQuestionTrial'
|
||||
update DataInspection set TrialReadingCriterionId= GeneralId where EntityName='ReadingQuestionCriterionTrial'
|
||||
|
||||
--维护临床数据状态
|
||||
update ReadingClinicalData set ReadingClinicalDataState=3 where IsSign=1 and ReadingClinicalDataState!=3
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user