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
65cfae5a
Commit
65cfae5a
authored
Oct 21, 2024
by
wangqi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
教师电子档案
parent
c38d59f2
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
62 additions
and
36 deletions
+62
-36
ruoyi-admin/src/main/resources/application-druid.yml
+7
-3
smart-campus/src/main/java/yangtz/cs/liu/campus/controller/schoolNewTeacherDzdn/SchoolTeacherBasiclnformationController.java
+25
-14
smart-campus/src/main/java/yangtz/cs/liu/campus/domain/schoolNewTeacherDzdn/SchoolTeacherBasicInformation.java
+4
-4
smart-campus/src/main/java/yangtz/cs/liu/campus/domain/schoolNewTeacherDzdn/SchoolTeacherBasicInformationVo.java
+4
-4
smart-campus/src/main/java/yangtz/cs/liu/campus/domain/schoolNewTeacherDzdn/SchoolTeacherBasiclnExport.java
+4
-4
smart-campus/src/main/java/yangtz/cs/liu/campus/service/impl/schoolNewTeacherDzdn/SchoolTeacherBasichlnformationServicelmpl.java
+18
-7
smart-campus/src/main/resources/file/教师基础信息导入模板.xlsx
+0
-0
smart-campus/src/main/resources/教师基础信息导入模板.xlsx
+0
-0
No files found.
ruoyi-admin/src/main/resources/application-druid.yml
View file @
65cfae5a
...
...
@@ -9,10 +9,14 @@ spring:
# url: jdbc:mysql://localhost:3306/ry-vue?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true
# username: root
# password: password
# master:
# url: jdbc:mysql://1.116.38.25:3986/dd_smart_school?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true
# username: henneg
# password: heneng2024
master
:
url
:
jdbc:mysql://1
.116.38.25:398
6/dd_smart_school?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true
username
:
henneg
password
:
heneng
2024
url
:
jdbc:mysql://1
92.168.31.167:330
6/dd_smart_school?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true
username
:
root
password
:
qianhe
2024
# #二中
# master:
# url: jdbc:mysql://10.20.100.201:3306/dd_smart_school?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true
...
...
smart-campus/src/main/java/yangtz/cs/liu/campus/controller/schoolNewTeacherDzdn/SchoolTeacherBasiclnformationController.java
View file @
65cfae5a
...
...
@@ -416,16 +416,18 @@ public class SchoolTeacherBasiclnformationController extends BaseController {
PDFUtil
.
addPdfPTitleCell
(
"任教学科"
,
cellFont
,
pdfCell
,
pdfPTable
,
20
);
PDFUtil
.
addPdfPCell
(
sysDictDataService
.
selectDictLabel
(
"sub_dzdn"
,
basicInformation
.
getTeachingSubject
()),
cellcoentFont
,
pdfCell
,
pdfPTable
,
20
);
PDFUtil
.
addPdfPTitleCell
(
"现职称"
,
cellFont
,
pdfCell
,
pdfPTable
,
20
);
PDFUtil
.
addPdfPCell
(
sysDictDataService
.
selectDictLabel
(
"current_professional"
,
basicInformation
.
getCurrentProfessionalTitle
()),
cellcoentFont
,
pdfCell
,
pdfPTable
,
20
);
PDFUtil
.
addPdfPTitleCell
(
"现具备专技资格"
,
cellFont
,
pdfCell
,
pdfPTable
,
20
);
//PDFUtil.addPdfPCell(sysDictDataService.selectDictLabel("current_professional",basicInformation.getCurrentProfessionalTitle()), cellcoentFont, pdfCell, pdfPTable, 20);
PDFUtil
.
addPdfPCell
(
basicInformation
.
getCurrentProfessionalTitle
(),
cellcoentFont
,
pdfCell
,
pdfPTable
,
20
);
PDFUtil
.
addPdfPTitleCell
(
"现
职称取得
资格时间"
,
cellFont
,
pdfCell
,
pdfPTable
,
20
);
PDFUtil
.
addPdfPTitleCell
(
"现
具备专技
资格时间"
,
cellFont
,
pdfCell
,
pdfPTable
,
20
);
PDFUtil
.
addPdfPCell
(
dateConversionString
(
basicInformation
.
getCurrentProfessionalTitleTime
()),
cellcoentFont
,
pdfCell
,
pdfPTable
,
20
);
PDFUtil
.
addPdfPTitleCell
(
"现聘职称"
,
cellFont
,
pdfCell
,
pdfPTable
,
20
);
PDFUtil
.
addPdfPCell
(
sysDictDataService
.
selectDictLabel
(
"current_professional"
,
basicInformation
.
getCurrentHiringProfessionalTitle
()),
cellcoentFont
,
pdfCell
,
pdfPTable
,
20
);
PDFUtil
.
addPdfPTitleCell
(
"现聘专技资格"
,
cellFont
,
pdfCell
,
pdfPTable
,
20
);
//PDFUtil.addPdfPCell(sysDictDataService.selectDictLabel("current_professional",basicInformation.getCurrentHiringProfessionalTitle()), cellcoentFont, pdfCell, pdfPTable, 20);
PDFUtil
.
addPdfPCell
(
basicInformation
.
getCurrentHiringProfessionalTitle
(),
cellcoentFont
,
pdfCell
,
pdfPTable
,
20
);
PDFUtil
.
addPdfPTitleCell
(
"现
职称聘任
时间"
,
cellFont
,
pdfCell
,
pdfPTable
,
20
);
PDFUtil
.
addPdfPTitleCell
(
"现
聘专技资格
时间"
,
cellFont
,
pdfCell
,
pdfPTable
,
20
);
PDFUtil
.
addPdfPCell
(
dateConversionString
(
basicInformation
.
getCurrentHiringProfessionalTitleTime
()),
cellcoentFont
,
pdfCell
,
pdfPTable
,
20
);
PDFUtil
.
addPdfPTitleCell
(
"现聘岗位"
,
cellFont
,
pdfCell
,
pdfPTable
,
20
);
...
...
@@ -515,7 +517,7 @@ public class SchoolTeacherBasiclnformationController extends BaseController {
document
.
add
(
pdfPTable
);
//2.表格 工作量信息
PdfPTable
pdfPTablegz
=
PDFUtil
.
getPdfPTable
(
1
6
,
100
,
1500
);
PdfPTable
pdfPTablegz
=
PDFUtil
.
getPdfPTable
(
1
3
,
100
,
1500
);
Chunk
qtchunkgz
=
PDFUtil
.
getChunk
(
"工作量信息"
,
font
);
Paragraph
qtParagraphgz
=
PDFUtil
.
getParagraph
(
qtchunkgz
,
Element
.
ALIGN_LEFT
,
0
,
null
);
qtParagraphgz
.
setSpacingAfter
(
5
f
);
...
...
@@ -535,10 +537,11 @@ public class SchoolTeacherBasiclnformationController extends BaseController {
PDFUtil
.
addPdfPTitleCell
(
"聘任情况"
,
cellFont
,
pdfCell
,
pdfPTablegz
,
20
);
PDFUtil
.
addPdfPTitleCell
(
"班级"
,
cellFont
,
pdfCell
,
pdfPTablegz
,
20
);
PDFUtil
.
addPdfPTitleCell
(
"班级类型"
,
cellFont
,
pdfCell
,
pdfPTablegz
,
20
);
PDFUtil
.
addPdfPTitleCell
(
"早读"
,
cellFont
,
pdfCell
,
pdfPTablegz
,
20
);
/*
PDFUtil.addPdfPTitleCell("早读", cellFont, pdfCell, pdfPTablegz, 20);
PDFUtil.addPdfPTitleCell("正课", cellFont, pdfCell, pdfPTablegz, 20);
PDFUtil.addPdfPTitleCell("晚自习", cellFont, pdfCell, pdfPTablegz, 20);
PDFUtil
.
addPdfPTitleCell
(
"合计"
,
cellFont
,
pdfCell
,
pdfPTablegz
,
20
);
PDFUtil.addPdfPTitleCell("合计", cellFont, pdfCell, pdfPTablegz, 20);*/
PDFUtil
.
addPdfPTitleCell
(
"周课时"
,
cellFont
,
pdfCell
,
pdfPTablegz
,
20
);
PDFUtil
.
addPdfPTitleCell
(
"证明人"
,
cellFont
,
pdfCell
,
pdfPTablegz
,
20
);
for
(
SchoolAworkloadVo
date:
schoolAworkload
){
PDFUtil
.
addPdfPCell
(
sysDictDataService
.
selectDictLabel
(
"yearda"
,
date
.
getSchoolYear
()),
cellcoentFont
,
pdfCell
,
pdfPTablegz
,
20
);
...
...
@@ -552,16 +555,17 @@ public class SchoolTeacherBasiclnformationController extends BaseController {
PDFUtil
.
addPdfPCell
(
sysDictDataService
.
selectDictLabel
(
"appointment_situation"
,
date
.
getAppointmentSituation
()),
cellcoentFont
,
pdfCell
,
pdfPTablegz
,
20
);
PDFUtil
.
addPdfPCell
(
date
.
getClassName
(),
cellcoentFont
,
pdfCell
,
pdfPTablegz
,
20
);
PDFUtil
.
addPdfPCell
(
date
.
getClassType
(),
cellcoentFont
,
pdfCell
,
pdfPTablegz
,
20
);
PDFUtil
.
addPdfPCell
(
isNotString
(
date
.
getEarlyReading
()),
cellcoentFont
,
pdfCell
,
pdfPTablegz
,
20
);
/*
PDFUtil.addPdfPCell(isNotString(date.getEarlyReading()), cellcoentFont, pdfCell, pdfPTablegz, 20);
PDFUtil.addPdfPCell(isNotString(date.getRequiredCourses()), cellcoentFont, pdfCell, pdfPTablegz, 20);
PDFUtil.addPdfPCell(isNotString(date.getEveningSelfStudy()), cellcoentFont, pdfCell, pdfPTablegz, 20);
PDFUtil
.
addPdfPCell
(
isNotString
(
date
.
getAmountTo
()),
cellcoentFont
,
pdfCell
,
pdfPTablegz
,
20
);
PDFUtil.addPdfPCell(isNotString(date.getAmountTo()), cellcoentFont, pdfCell, pdfPTablegz, 20);*/
PDFUtil
.
addPdfPCell
(
isNotString
(
date
.
getWeeklyClassHours
()),
cellcoentFont
,
pdfCell
,
pdfPTablegz
,
20
);
PDFUtil
.
addPdfPCell
(
isNotString
(
date
.
getUserName
()),
cellcoentFont
,
pdfCell
,
pdfPTablegz
,
20
);
}
document
.
add
(
pdfPTablegz
);
//3.表格 班主任任职
PdfPTable
pdfPTablebzr
=
PDFUtil
.
getPdfPTable
(
1
0
,
100
,
1500
);
PdfPTable
pdfPTablebzr
=
PDFUtil
.
getPdfPTable
(
1
1
,
100
,
1500
);
Chunk
qtchunbzr
=
PDFUtil
.
getChunk
(
"班主任任职"
,
font
);
Paragraph
qtParagraphbzr
=
PDFUtil
.
getParagraph
(
qtchunbzr
,
Element
.
ALIGN_LEFT
,
0
,
null
);
qtParagraphbzr
.
setSpacingAfter
(
5
f
);
...
...
@@ -580,6 +584,7 @@ public class SchoolTeacherBasiclnformationController extends BaseController {
PDFUtil
.
addPdfPTitleCell
(
"学科"
,
cellFont
,
pdfCell
,
pdfPTablebzr
,
20
);
PDFUtil
.
addPdfPTitleCell
(
"德育考核成绩"
,
cellFont
,
pdfCell
,
pdfPTablebzr
,
20
);
PDFUtil
.
addPdfPTitleCell
(
"智育考核成绩"
,
cellFont
,
pdfCell
,
pdfPTablebzr
,
20
);
PDFUtil
.
addPdfPTitleCell
(
"考核结果"
,
cellFont
,
pdfCell
,
pdfPTablebzr
,
20
);
for
(
SchoolAclassTeacherAssessmentVo
date:
schoolAclassTeacherAssessments
){
PDFUtil
.
addPdfPCell
(
sysDictDataService
.
selectDictLabel
(
"yearda"
,
date
.
getSchoolYear
()),
cellcoentFont
,
pdfCell
,
pdfPTablebzr
,
20
);
...
...
@@ -592,6 +597,8 @@ public class SchoolTeacherBasiclnformationController extends BaseController {
PDFUtil
.
addPdfPCell
(
sysDictDataService
.
selectDictLabel
(
"sub_dzdn"
,
date
.
getSub
()),
cellcoentFont
,
pdfCell
,
pdfPTablebzr
,
20
);
PDFUtil
.
addPdfPCell
(
isNotString
(
date
.
getMoralEduCheckAchievement
()),
cellcoentFont
,
pdfCell
,
pdfPTablebzr
,
20
);
PDFUtil
.
addPdfPCell
(
isNotString
(
date
.
getMoralEduCheckAchievement
()),
cellcoentFont
,
pdfCell
,
pdfPTablebzr
,
20
);
PDFUtil
.
addPdfPCell
(
sysDictDataService
.
selectDictLabel
(
"assessment_results"
,
date
.
getAssessmentResults
()),
cellcoentFont
,
pdfCell
,
pdfPTablebzr
,
20
);
}
document
.
add
(
pdfPTablebzr
);
//4.表格 专业成长
...
...
@@ -654,7 +661,7 @@ public class SchoolTeacherBasiclnformationController extends BaseController {
}
document
.
add
(
pdfPTablend
);
//6.表格 教学成绩
PdfPTable
pdfPTablejx
=
PDFUtil
.
getPdfPTable
(
1
3
,
100
,
1500
);
PdfPTable
pdfPTablejx
=
PDFUtil
.
getPdfPTable
(
1
5
,
100
,
1500
);
Chunk
qtchunjx
=
PDFUtil
.
getChunk
(
"教学成绩"
,
font
);
Paragraph
qtParagraphndjx
=
PDFUtil
.
getParagraph
(
qtchunjx
,
Element
.
ALIGN_LEFT
,
0
,
null
);
qtParagraphndjx
.
setSpacingAfter
(
5
f
);
...
...
@@ -674,7 +681,9 @@ public class SchoolTeacherBasiclnformationController extends BaseController {
PDFUtil
.
addPdfPTitleCell
(
"学科"
,
cellFont
,
pdfCell
,
pdfPTablejx
,
20
);
PDFUtil
.
addPdfPTitleCell
(
"班级"
,
cellFont
,
pdfCell
,
pdfPTablejx
,
20
);
PDFUtil
.
addPdfPTitleCell
(
"班级类型"
,
cellFont
,
pdfCell
,
pdfPTablejx
,
20
);
PDFUtil
.
addPdfPTitleCell
(
"考核分"
,
cellFont
,
pdfCell
,
pdfPTablejx
,
20
);
PDFUtil
.
addPdfPTitleCell
(
"常规增量"
,
cellFont
,
pdfCell
,
pdfPTablejx
,
20
);
PDFUtil
.
addPdfPTitleCell
(
"优生增量"
,
cellFont
,
pdfCell
,
pdfPTablejx
,
20
);
PDFUtil
.
addPdfPTitleCell
(
"增量分"
,
cellFont
,
pdfCell
,
pdfPTablejx
,
20
);
PDFUtil
.
addPdfPTitleCell
(
"备注"
,
cellFont
,
pdfCell
,
pdfPTablejx
,
20
);
for
(
SchoolXteachingAchievementsVo
date:
schoolXteachingAchievements
){
...
...
@@ -689,6 +698,8 @@ public class SchoolTeacherBasiclnformationController extends BaseController {
PDFUtil
.
addPdfPCell
(
sysDictDataService
.
selectDictLabel
(
"sub_dzdn"
,
date
.
getSub
()),
cellcoentFont
,
pdfCell
,
pdfPTablejx
,
20
);
PDFUtil
.
addPdfPCell
(
date
.
getClassName
(),
cellcoentFont
,
pdfCell
,
pdfPTablejx
,
20
);
PDFUtil
.
addPdfPCell
(
date
.
getClassType
(),
cellcoentFont
,
pdfCell
,
pdfPTablejx
,
20
);
PDFUtil
.
addPdfPCell
(
isNotString
(
date
.
getCgzl
()),
cellcoentFont
,
pdfCell
,
pdfPTablejx
,
20
);
PDFUtil
.
addPdfPCell
(
isNotString
(
date
.
getYszl
()),
cellcoentFont
,
pdfCell
,
pdfPTablejx
,
20
);
PDFUtil
.
addPdfPCell
(
isNotString
(
date
.
getAssessmentScore
()),
cellcoentFont
,
pdfCell
,
pdfPTablejx
,
20
);
PDFUtil
.
addPdfPCell
(
date
.
getRemark
(),
cellcoentFont
,
pdfCell
,
pdfPTablejx
,
20
);
}
...
...
smart-campus/src/main/java/yangtz/cs/liu/campus/domain/schoolNewTeacherDzdn/SchoolTeacherBasicInformation.java
View file @
65cfae5a
...
...
@@ -97,26 +97,26 @@ public class SchoolTeacherBasicInformation extends BaseEntity {
/**
* 现职称(1无、2初级、3中级、4副高、5正高)
*/
@Excel
(
name
=
"现
职称
"
)
@Excel
(
name
=
"现
具备专技资格
"
)
private
String
currentProfessionalTitle
;
/**
* 现职称取得资格时间
*/
@Excel
(
name
=
"现
职称取得
资格时间"
)
@Excel
(
name
=
"现
具备专技
资格时间"
)
// @JsonFormat(pattern = "yyyy-MM-dd")
private
Date
currentProfessionalTitleTime
;
/**
* 现聘职称(1无、2初级、3中级、4副高、5正高)
*/
@Excel
(
name
=
"现聘
职称
"
)
@Excel
(
name
=
"现聘
专技资格
"
)
private
String
currentHiringProfessionalTitle
;
/**
* 现职称聘任时间
*/
@Excel
(
name
=
"现
职称聘任
时间"
)
@Excel
(
name
=
"现
聘专技资格
时间"
)
// @JsonFormat(pattern = "yyyy-MM-dd")
private
Date
currentHiringProfessionalTitleTime
;
...
...
smart-campus/src/main/java/yangtz/cs/liu/campus/domain/schoolNewTeacherDzdn/SchoolTeacherBasicInformationVo.java
View file @
65cfae5a
...
...
@@ -109,27 +109,27 @@ public class SchoolTeacherBasicInformationVo extends BaseEntity {
/**
* 现职称(1无、2初级、3中级、4副高、5正高)
*/
@Excel
(
name
=
"现
职称"
,
dictType
=
"current_professional
"
)
@Excel
(
name
=
"现
具备专技资格
"
)
private
String
currentProfessionalTitle
;
/**
* 现职称取得资格时间
*/
@Excel
(
name
=
"现
职称取得
时间"
,
dateFormat
=
"yyyy-MM-dd"
)
@Excel
(
name
=
"现
具备专技资格
时间"
,
dateFormat
=
"yyyy-MM-dd"
)
@JsonFormat
(
pattern
=
"yyyy-MM-dd"
)
private
Date
currentProfessionalTitleTime
;
/**
* 现聘职称(1无、2初级、3中级、4副高、5正高)
*/
@Excel
(
name
=
"现聘
职称"
,
dictType
=
"current_professional
"
)
@Excel
(
name
=
"现聘
专技资格
"
)
private
String
currentHiringProfessionalTitle
;
/**
* 现职称聘任时间
*/
@JsonFormat
(
pattern
=
"yyyy-MM-dd"
)
@Excel
(
name
=
"现聘
职称取得
时间"
,
dateFormat
=
"yyyy-MM-dd"
)
@Excel
(
name
=
"现聘
专技资格
时间"
,
dateFormat
=
"yyyy-MM-dd"
)
private
Date
currentHiringProfessionalTitleTime
;
/**
...
...
smart-campus/src/main/java/yangtz/cs/liu/campus/domain/schoolNewTeacherDzdn/SchoolTeacherBasiclnExport.java
View file @
65cfae5a
...
...
@@ -97,25 +97,25 @@ public class SchoolTeacherBasiclnExport {
/**
* 现职称(1无、2初级、3中级、4副高、5正高)
*/
@Excel
(
name
=
"现
职称"
,
dictType
=
"current_professional
"
)
@Excel
(
name
=
"现
具备专技资格
"
)
private
String
currentProfessionalTitle
;
/**
* 现职称取得资格时间
*/
@Excel
(
name
=
"现
职称取得
时间"
,
dateFormat
=
"yyyy-MM-dd"
)
@Excel
(
name
=
"现
具备专技资格
时间"
,
dateFormat
=
"yyyy-MM-dd"
)
private
Date
currentProfessionalTitleTime
;
/**
* 现聘职称(1无、2初级、3中级、4副高、5正高)
*/
@Excel
(
name
=
"现聘
职称"
,
dictType
=
"current_professional
"
)
@Excel
(
name
=
"现聘
专技资格
"
)
private
String
currentHiringProfessionalTitle
;
/**
* 现职称聘任时间
*/
@Excel
(
name
=
"现聘
职称取得
时间"
,
dateFormat
=
"yyyy-MM-dd"
)
@Excel
(
name
=
"现聘
专技资格
时间"
,
dateFormat
=
"yyyy-MM-dd"
)
private
Date
currentHiringProfessionalTitleTime
;
/**
...
...
smart-campus/src/main/java/yangtz/cs/liu/campus/service/impl/schoolNewTeacherDzdn/SchoolTeacherBasichlnformationServicelmpl.java
View file @
65cfae5a
...
...
@@ -244,27 +244,38 @@ public class SchoolTeacherBasichlnformationServicelmpl extends ServiceImpl<Schoo
}
}
//5现职称
schoolCheckVo
=
checkeDicet
(
"current_professional"
,
date
.
getCurrentProfessionalTitle
());
/*
schoolCheckVo = checkeDicet("current_professional", date.getCurrentProfessionalTitle());
if (schoolCheckVo !=null) {
if (schoolCheckVo.getFlag()) {
date.setCurrentProfessionalTitle(schoolCheckVo.getVal());
} else {
sb
.
append
(
date
.
getName
()
+
"用户现
职称
录入不符合选择项:"
+
schoolCheckVo
.
getVal
());
sb.append(date.getName() + "用户现
具备专技资格
录入不符合选择项:" + schoolCheckVo.getVal());
sb.append("<br/>");
}
}
}
*/
//6 先职称取得时间
if
(
null
!=
date
.
getCurrentProfessionalTitleTime
()){
schoolCheckVo
=
this
.
checkeDateTime
(
date
.
getCurrentProfessionalTitleTime
());
if
(
schoolCheckVo
.
getFlag
()){
date
.
setCurrentProfessionalTitleTime
(
schoolCheckVo
.
getDate
());
}
else
{
sb
.
append
(
date
.
getName
()+
"用户现
职称取得
资格时间格式错误"
);
sb
.
append
(
date
.
getName
()+
"用户现
具备专技
资格时间格式错误"
);
sb
.
append
(
"<br/>"
);
}
}
//6 现职称聘任时间
if
(
null
!=
date
.
getCurrentHiringProfessionalTitleTime
()){
schoolCheckVo
=
this
.
checkeDateTime
(
date
.
getCurrentHiringProfessionalTitleTime
());
if
(
schoolCheckVo
.
getFlag
()){
date
.
setCurrentProfessionalTitleTime
(
schoolCheckVo
.
getDate
());
}
else
{
sb
.
append
(
date
.
getName
()+
"用户现聘专技资格时间格式错误"
);
sb
.
append
(
"<br/>"
);
}
}
//7 先聘岗位
schoolCheckVo
=
checkeDicet
(
"current_position"
,
date
.
getCurrentPosition
());
if
(
schoolCheckVo
!=
null
)
{
...
...
@@ -298,15 +309,15 @@ public class SchoolTeacherBasichlnformationServicelmpl extends ServiceImpl<Schoo
}
}
//现聘职称
schoolCheckVo
=
checkeDicet
(
"current_professional"
,
date
.
getCurrentHiringProfessionalTitle
());
/*
schoolCheckVo = checkeDicet("current_professional", date.getCurrentHiringProfessionalTitle());
if (schoolCheckVo !=null) {
if (schoolCheckVo.getFlag()) {
date.setCurrentHiringProfessionalTitle(schoolCheckVo.getVal());
} else {
sb
.
append
(
date
.
getName
()
+
"用户现聘
职称
录入不符合选择项:"
+
schoolCheckVo
.
getVal
());
sb.append(date.getName() + "用户现聘
专技资格
录入不符合选择项:" + schoolCheckVo.getVal());
sb.append("<br/>");
}
}
}
*/
//8 现岗位等级
schoolCheckVo
=
checkeDicet
(
"current_joblevel"
,
date
.
getCurrentJobLevel
());
...
...
smart-campus/src/main/resources/file/教师基础信息导入模板.xlsx
View file @
65cfae5a
No preview for this file type
smart-campus/src/main/resources/教师基础信息导入模板.xlsx
View file @
65cfae5a
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