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
1752b83f
Commit
1752b83f
authored
Jan 22, 2025
by
wangjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2025-01-22
parent
c38d59f2
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
8 deletions
+9
-8
smart-campus/src/main/java/yangtz/cs/liu/campus/controller/schoolNewTeacherDzdn/SchoolTeacherBasiclnformationController.java
+0
-0
smart-campus/src/main/java/yangtz/cs/liu/campus/domain/schoolNewTeacherDzdn/SchoolAworkload.java
+1
-0
smart-campus/src/main/java/yangtz/cs/liu/campus/domain/schoolNewTeacherDzdn/SchoolTeacherBasicInformationVo.java
+7
-7
smart-campus/src/main/java/yangtz/cs/liu/campus/service/impl/schoolNewTeacherDzdn/SchoolAworkloadServiceImpl.java
+1
-1
smart-campus/src/main/resources/file/教师基础信息导入模板.xlsx
+0
-0
No files found.
smart-campus/src/main/java/yangtz/cs/liu/campus/controller/schoolNewTeacherDzdn/SchoolTeacherBasiclnformationController.java
View file @
1752b83f
smart-campus/src/main/java/yangtz/cs/liu/campus/domain/schoolNewTeacherDzdn/SchoolAworkload.java
View file @
1752b83f
...
@@ -83,5 +83,6 @@ public class SchoolAworkload extends BaseEntity
...
@@ -83,5 +83,6 @@ public class SchoolAworkload extends BaseEntity
private
BigDecimal
amountTo
;
private
BigDecimal
amountTo
;
private
String
remark
;
}
}
smart-campus/src/main/java/yangtz/cs/liu/campus/domain/schoolNewTeacherDzdn/SchoolTeacherBasicInformationVo.java
View file @
1752b83f
...
@@ -52,7 +52,7 @@ public class SchoolTeacherBasicInformationVo extends BaseEntity {
...
@@ -52,7 +52,7 @@ public class SchoolTeacherBasicInformationVo extends BaseEntity {
/**
/**
* 档案出生日期 (年月)
* 档案出生日期 (年月)
*/
*/
@JsonFormat
(
pattern
=
"yyyy-MM"
)
@JsonFormat
(
pattern
=
"yyyy-MM
-dd
"
)
@Excel
(
name
=
"档案出生日期"
,
dateFormat
=
"yyyy-MM-dd"
)
@Excel
(
name
=
"档案出生日期"
,
dateFormat
=
"yyyy-MM-dd"
)
private
Date
fileBirthDate
;
private
Date
fileBirthDate
;
...
@@ -115,7 +115,7 @@ public class SchoolTeacherBasicInformationVo extends BaseEntity {
...
@@ -115,7 +115,7 @@ public class SchoolTeacherBasicInformationVo extends BaseEntity {
/**
/**
* 现职称取得资格时间
* 现职称取得资格时间
*/
*/
@Excel
(
name
=
"现职称取得时间"
,
dateFormat
=
"yyyy-MM
-dd
"
)
@Excel
(
name
=
"现职称取得时间"
,
dateFormat
=
"yyyy-MM"
)
@JsonFormat
(
pattern
=
"yyyy-MM-dd"
)
@JsonFormat
(
pattern
=
"yyyy-MM-dd"
)
private
Date
currentProfessionalTitleTime
;
private
Date
currentProfessionalTitleTime
;
...
@@ -129,7 +129,7 @@ public class SchoolTeacherBasicInformationVo extends BaseEntity {
...
@@ -129,7 +129,7 @@ public class SchoolTeacherBasicInformationVo extends BaseEntity {
* 现职称聘任时间
* 现职称聘任时间
*/
*/
@JsonFormat
(
pattern
=
"yyyy-MM-dd"
)
@JsonFormat
(
pattern
=
"yyyy-MM-dd"
)
@Excel
(
name
=
"现聘职称取得时间"
,
dateFormat
=
"yyyy-MM
-dd
"
)
@Excel
(
name
=
"现聘职称取得时间"
,
dateFormat
=
"yyyy-MM"
)
private
Date
currentHiringProfessionalTitleTime
;
private
Date
currentHiringProfessionalTitleTime
;
/**
/**
...
@@ -148,7 +148,7 @@ public class SchoolTeacherBasicInformationVo extends BaseEntity {
...
@@ -148,7 +148,7 @@ public class SchoolTeacherBasicInformationVo extends BaseEntity {
/**
/**
* 现岗位等级聘任时间
* 现岗位等级聘任时间
*/
*/
@Excel
(
name
=
"现聘岗位取得时间"
,
dateFormat
=
"yyyy-MM
-dd
"
)
@Excel
(
name
=
"现聘岗位取得时间"
,
dateFormat
=
"yyyy-MM"
)
@JsonFormat
(
pattern
=
"yyyy-MM-dd"
)
@JsonFormat
(
pattern
=
"yyyy-MM-dd"
)
private
Date
currentJobLevelAppointmentTime
;
private
Date
currentJobLevelAppointmentTime
;
...
@@ -233,7 +233,7 @@ public class SchoolTeacherBasicInformationVo extends BaseEntity {
...
@@ -233,7 +233,7 @@ public class SchoolTeacherBasicInformationVo extends BaseEntity {
* 毕业时间1 年月
* 毕业时间1 年月
*/
*/
@Excel
(
name
=
"毕业时间1"
,
dateFormat
=
"yyyy-MM-dd"
)
@Excel
(
name
=
"毕业时间1"
,
dateFormat
=
"yyyy-MM-dd"
)
@JsonFormat
(
pattern
=
"yyyy-MM"
)
@JsonFormat
(
pattern
=
"yyyy-MM
-dd
"
)
private
Date
graduationTime1
;
private
Date
graduationTime1
;
/**
/**
...
@@ -251,7 +251,7 @@ public class SchoolTeacherBasicInformationVo extends BaseEntity {
...
@@ -251,7 +251,7 @@ public class SchoolTeacherBasicInformationVo extends BaseEntity {
/**
/**
* 毕业时间2年月
* 毕业时间2年月
*/
*/
@JsonFormat
(
pattern
=
"yyyy-MM"
)
@JsonFormat
(
pattern
=
"yyyy-MM
-dd
"
)
@Excel
(
name
=
"毕业时间2"
,
dateFormat
=
"yyyy-MM-dd"
)
@Excel
(
name
=
"毕业时间2"
,
dateFormat
=
"yyyy-MM-dd"
)
private
Date
graduationTime2
;
private
Date
graduationTime2
;
...
@@ -271,7 +271,7 @@ public class SchoolTeacherBasicInformationVo extends BaseEntity {
...
@@ -271,7 +271,7 @@ public class SchoolTeacherBasicInformationVo extends BaseEntity {
* 毕业时间3 年月
* 毕业时间3 年月
*/
*/
@Excel
(
name
=
"毕业时间3"
,
dateFormat
=
"yyyy-MM-dd"
)
@Excel
(
name
=
"毕业时间3"
,
dateFormat
=
"yyyy-MM-dd"
)
@JsonFormat
(
pattern
=
"yyyy-MM"
)
@JsonFormat
(
pattern
=
"yyyy-MM
-dd
"
)
private
Date
graduationTime3
;
private
Date
graduationTime3
;
/**
/**
...
...
smart-campus/src/main/java/yangtz/cs/liu/campus/service/impl/schoolNewTeacherDzdn/SchoolAworkloadServiceImpl.java
View file @
1752b83f
...
@@ -230,7 +230,7 @@ public class SchoolAworkloadServiceImpl extends ServiceImpl<SchoolAworkloadMapp
...
@@ -230,7 +230,7 @@ public class SchoolAworkloadServiceImpl extends ServiceImpl<SchoolAworkloadMapp
schoolCheckVo
=
checkeDicet
(
"appointment_situation"
,
date
.
getAppointmentSituation
());
schoolCheckVo
=
checkeDicet
(
"appointment_situation"
,
date
.
getAppointmentSituation
());
if
(
schoolCheckVo
!=
null
)
{
if
(
schoolCheckVo
!=
null
)
{
if
(
schoolCheckVo
.
getFlag
())
{
if
(
schoolCheckVo
.
getFlag
())
{
date
.
setAppointment
Post
(
schoolCheckVo
.
getVal
());
date
.
setAppointment
Situation
(
schoolCheckVo
.
getVal
());
}
else
{
}
else
{
sb
.
append
(
date
.
getName
()
+
"用户 聘任情况 录入不符合选择项:"
+
schoolCheckVo
.
getVal
());
sb
.
append
(
date
.
getName
()
+
"用户 聘任情况 录入不符合选择项:"
+
schoolCheckVo
.
getVal
());
sb
.
append
(
"<br/>"
);
sb
.
append
(
"<br/>"
);
...
...
smart-campus/src/main/resources/file/教师基础信息导入模板.xlsx
View file @
1752b83f
No preview for this file type
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