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
a571f9bc
Commit
a571f9bc
authored
Apr 25, 2025
by
阳浪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
4.24bug优化
parent
be751791
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 @
a571f9bc
...
@@ -128,8 +128,7 @@
...
@@ -128,8 +128,7 @@
</select>
</select>
<select
id=
"studentExamExport"
resultType=
"com.yizhi.exam.application.vo.exam.ReadOnLineExamExportVO"
>
<select
id=
"studentExamExport"
resultType=
"com.yizhi.exam.application.vo.exam.ReadOnLineExamExportVO"
>
select h.account_id,h.joinState,h.submitState,h.state,MAX(h.score),
select * from
h.startTime,h.duration,h.finishTime,h.objectiveScore,h.subjectiveScore,h.examState 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 t.account_id,1 as joinState,1 as submitState,2 as state,o.sum_score as score,t.start_time
...
...
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