Merge branch 'master' of https://gitee.com/frane-yang/SGGL_CWCEC
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
--修复试卷统计与成绩不符
|
||||
UPDATE Training_TestRecord SET Training_TestRecord.TestScores =item.SCore
|
||||
from (SELECT SUM(SubjectScore) AS SCore,TestRecordId FROM Training_TestRecordItem
|
||||
GROUP BY TestRecordId) item
|
||||
where Training_TestRecord.TestRecordId=item.TestRecordId AND Training_TestRecord.TestEndTime IS NOT NULL
|
||||
AND item.SCore != Training_TestRecord.TestScores AND item.SCore IS NOT NULL
|
||||
GO
|
||||
@@ -0,0 +1,3 @@
|
||||
--ADD BY Yanghongwei 2022-06-14
|
||||
1、修复考试成绩与试卷分值不符情况
|
||||
--END
|
||||
Reference in New Issue
Block a user