Uat_Study
parent
79736cbd4e
commit
37092868e0
|
@ -54,3 +54,17 @@ select * from VisitTask where TrialReadingCriterionId is null
|
|||
update Site set Site.Code = (select b.code2 from (select Id,row_number() over(order by Site.SiteName) code2 from Site) b where b.Id =Site.Id)
|
||||
update Site set SiteCode= 'S'+ RIGHT('0000'+CAST(Site.Code as varchar(10)),4)
|
||||
|
||||
-----------------------------------------֮ǰµÄ-------------------------------------------------------------
|
||||
|
||||
|
||||
update Dictionary set code =0 where Id='15bb5529-a6fe-439f-5196-08da179a7080'
|
||||
update Dictionary set code =1 where Id='0628d7be-afba-4471-5197-08da179a7080'
|
||||
update Dictionary set code =2 where Id='41bfec4b-dbfb-401d-5198-08da179a7080'
|
||||
update Dictionary set code =-1 where Id='1fac678d-69b6-41c3-5199-08da179a7080'
|
||||
go
|
||||
|
||||
|
||||
update ReadingQuestionCriterionTrial set DigitPlaces=DigitPlaces-1 where DigitPlaces is not null
|
||||
|
||||
|
||||
update ReadingQuestionCriterionTrial set DigitPlaces=-1 where DigitPlaces=3
|
Loading…
Reference in New Issue