Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
exam-project
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hqzhdj
exam-project
Commits
dd281bf5
Commit
dd281bf5
authored
Apr 25, 2025
by
阳浪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
4.24bug优化
parent
d9609ef7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
+1
-2
cloud-exam/src/main/resources/mapper/TrExamOnlineReadOverMapper.xml
+1
-2
No files found.
cloud-exam/src/main/resources/mapper/TrExamOnlineReadOverMapper.xml
View file @
dd281bf5
...
...
@@ -131,7 +131,7 @@
select * from
<!--已阅卷状态只查询最高分一条记录-->
(select * from (select t.account_id,1 as joinState,1 as submitState,2 as state,o.sum_score as score,t.start_time
(select * from (select
distinct
t.account_id,1 as joinState,1 as submitState,2 as state,o.sum_score as score,t.start_time
as startTime,t.duration as duration,
t.submit_time as finishTime,o.objective_score as objectiveScore,o.subjective_score as subjectiveScore,
CASE o.sum_score>=e.qualified_score
...
...
@@ -152,7 +152,6 @@
</foreach>
</if>
ORDER BY t.score desc)a
GROUP BY a.account_id
UNION
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment