Uat_Study
parent
e7112ded44
commit
5f26cbd80f
|
@ -114,7 +114,7 @@ namespace IRaCIS.Core.Application.Service
|
||||||
CtrlKey = false,
|
CtrlKey = false,
|
||||||
ShiftKey = false,
|
ShiftKey = false,
|
||||||
MetaKey = false,
|
MetaKey = false,
|
||||||
Text= "PageUp",
|
Text= "Page Up",
|
||||||
Code= "PageUp"
|
Code= "PageUp"
|
||||||
}, new ShortcutKey (){
|
}, new ShortcutKey (){
|
||||||
|
|
||||||
|
@ -125,7 +125,7 @@ namespace IRaCIS.Core.Application.Service
|
||||||
CtrlKey = false,
|
CtrlKey = false,
|
||||||
ShiftKey = false,
|
ShiftKey = false,
|
||||||
MetaKey = false,
|
MetaKey = false,
|
||||||
Text= "PageDown",
|
Text= "Page Down",
|
||||||
Code= "PageDown"
|
Code= "PageDown"
|
||||||
}, new ShortcutKey (){
|
}, new ShortcutKey (){
|
||||||
|
|
||||||
|
|
|
@ -994,3 +994,11 @@ and (SubjectVisit.PDState=1 or SubjectVisit.IsEnrollmentConfirm=1)
|
||||||
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 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'
|
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'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
-----------------维护快捷键
|
||||||
|
update ShortcutKey set Text='Page Up' where Text='PageUp'
|
||||||
|
|
||||||
|
update ShortcutKey set Text='Page Down' where Text='PageDown'
|
Loading…
Reference in New Issue