修改
This commit is contained in:
@@ -1001,4 +1001,12 @@ update ReadingQuestionSystem set GroupId= (select top 1 id from ReadingQuestio
|
||||
-----------------维护快捷键
|
||||
update ShortcutKey set Text='Page Up' where Text='PageUp'
|
||||
|
||||
update ShortcutKey set Text='Page Down' where Text='PageDown'
|
||||
update ShortcutKey set Text='Page Down' where Text='PageDown'
|
||||
|
||||
|
||||
---------------------维护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' and GroupId is null
|
||||
|
||||
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' and GroupId is null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user