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
cc3ee936
Commit
cc3ee936
authored
Nov 18, 2025
by
wangxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
小E数字提示问题
parent
5c75076d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
cloud-exam/src/main/resources/mapper/ExamMapper.xml
+4
-4
No files found.
cloud-exam/src/main/resources/mapper/ExamMapper.xml
View file @
cc3ee936
...
...
@@ -73,9 +73,9 @@
</if>
<if
test=
"state == 1"
>
SELECT DISTINCT a.name AS NAME,a.start_time AS startTime,
a.end_time AS endTime,a.id AS id,null AS trainingProjectId,a.description as description
a.end_time AS endTime,a.id AS id,null AS trainingProjectId,a.description as description
,a.create_time
FROM exam a
LEFT JOIN (select exam_id, account_id
, training_project_id
LEFT JOIN (select exam_id, account_id
FROM tr_exam_answer
WHERE account_id=#{accountId}
GROUP BY exam_id, account_id
...
...
@@ -196,7 +196,7 @@
SELECT DISTINCT a.id
FROM exam a
LEFT JOIN (
select exam_id, account_id
, training_project_id
select exam_id, account_id
FROM tr_exam_answer
WHERE account_id=#{accountId}
...
...
@@ -646,7 +646,7 @@
SELECT DISTINCT a.id
FROM exam a
LEFT JOIN (
select exam_id, account_id
,training_project_id
select exam_id, account_id
FROM tr_exam_answer
WHERE account_id=#{accountId}
...
...
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