Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dd_school
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
wangqi
dd_school
Commits
381582e6
Commit
381582e6
authored
Apr 22, 2024
by
taowenzhong
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://49.232.152.146:6688/qangqi/dd_school
parents
4811fce6
a038e5c1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
+7
-1
smart-campus/src/main/java/yangtz/cs/liu/campus/vo/recruit/RecruitExamScoreVo.java
+3
-0
smart-campus/src/main/resources/mapper/recruit/SchoolRecruitRelationMapper.xml
+4
-1
No files found.
smart-campus/src/main/java/yangtz/cs/liu/campus/vo/recruit/RecruitExamScoreVo.java
View file @
381582e6
...
@@ -84,4 +84,7 @@ public class RecruitExamScoreVo extends OurBaseEntity {
...
@@ -84,4 +84,7 @@ public class RecruitExamScoreVo extends OurBaseEntity {
/** 资格线 */
/** 资格线 */
@Excel
(
name
=
"资格线"
)
@Excel
(
name
=
"资格线"
)
private
String
passScore
;
private
String
passScore
;
private
String
examName
;
private
String
notice
;
}
}
smart-campus/src/main/resources/mapper/recruit/SchoolRecruitRelationMapper.xml
View file @
381582e6
...
@@ -132,11 +132,14 @@
...
@@ -132,11 +132,14 @@
sas.height,
sas.height,
sas.weight,
sas.weight,
sas.telephone1,
sas.telephone1,
sas.telephone2
sas.telephone2,
se.exam_name,
se.notice
from school_recruit_relation sar
from school_recruit_relation sar
left join school_recruit_student sas on sas.id = sar.student_id
left join school_recruit_student sas on sas.id = sar.student_id
left join school_recruit_project stp on stp.id = sar.test_id
left join school_recruit_project stp on stp.id = sar.test_id
left join junior_high_school jhs on jhs.id = sar.junior_id
left join junior_high_school jhs on jhs.id = sar.junior_id
left join school_recruit_exam se on se.id = sar.exam_id
where sar.del_flag = '0'
where sar.del_flag = '0'
and sas.del_flag = '0'
and sas.del_flag = '0'
and sar.id = #{id}
and sar.id = #{id}
...
...
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