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
b0715b15
Commit
b0715b15
authored
Apr 30, 2025
by
zhangzhiwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改老师导出字段名称
parent
464c1c0b
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
33 additions
and
18 deletions
+33
-18
smart-campus/src/main/java/yangtz/cs/liu/campus/controller/schoolNewTeacherDzdn/SchoolTeacherBasiclnformationController.java
+4
-4
smart-campus/src/main/java/yangtz/cs/liu/campus/domain/schoolNewTeacherDzdn/SchoolTeacherBasicInformation.java
+8
-4
smart-campus/src/main/java/yangtz/cs/liu/campus/domain/schoolNewTeacherDzdn/SchoolTeacherBasicInformationVo.java
+10
-4
smart-campus/src/main/java/yangtz/cs/liu/campus/domain/schoolNewTeacherDzdn/SchoolTeacherBasiclnExport.java
+9
-4
smart-campus/src/main/java/yangtz/cs/liu/campus/service/impl/schoolNewTeacherDzdn/SchoolTeacherBasichlnformationServicelmpl.java
+2
-2
No files found.
smart-campus/src/main/java/yangtz/cs/liu/campus/controller/schoolNewTeacherDzdn/SchoolTeacherBasiclnformationController.java
View file @
b0715b15
...
...
@@ -416,18 +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
.
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
.
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
);
...
...
smart-campus/src/main/java/yangtz/cs/liu/campus/domain/schoolNewTeacherDzdn/SchoolTeacherBasicInformation.java
View file @
b0715b15
...
...
@@ -107,14 +107,16 @@ public class SchoolTeacherBasicInformation extends BaseEntity {
/**
* 现职称(1无、2初级、3中级、4副高、5正高)
*/
@Excel
(
name
=
"现具备专技资格"
)
// @Excel(name = "现具备专技资格")
@Excel
(
name
=
"现职称"
)
@TableField
(
"current_professional_title"
)
private
String
currentProfessionalTitle
;
/**
* 现职称取得资格时间
*/
@Excel
(
name
=
"现具备专技资格时间"
)
// @Excel(name = "现具备专技资格时间")
@Excel
(
name
=
"现职称取得时间"
)
// @JsonFormat(pattern = "yyyy-MM-dd")
@TableField
(
"current_professional_title_time"
)
@DateTimeFormat
(
pattern
=
"yyyy-MM"
)
...
...
@@ -123,14 +125,16 @@ public class SchoolTeacherBasicInformation extends BaseEntity {
/**
* 现聘职称(1无、2初级、3中级、4副高、5正高)
*/
@Excel
(
name
=
"现聘专技资格"
)
// @Excel(name = "现聘专技资格")
@Excel
(
name
=
"现聘职称"
)
@TableField
(
"current_hiring_professional_title"
)
private
String
currentHiringProfessionalTitle
;
/**
* 现职称聘任时间
*/
@Excel
(
name
=
"现聘专技资格时间"
)
// @Excel(name = "现聘专技资格时间")
@Excel
(
name
=
"现聘职称时间"
)
// @JsonFormat(pattern = "yyyy-MM-dd")
@TableField
(
"current_hiring_professional_title_time"
)
@DateTimeFormat
(
pattern
=
"yyyy-MM"
)
...
...
smart-campus/src/main/java/yangtz/cs/liu/campus/domain/schoolNewTeacherDzdn/SchoolTeacherBasicInformationVo.java
View file @
b0715b15
...
...
@@ -117,27 +117,31 @@ public class SchoolTeacherBasicInformationVo extends BaseEntity {
/**
* 现职称(1无、2初级、3中级、4副高、5正高)
*/
@Excel
(
name
=
"现具备专技资格"
)
// @Excel(name = "现具备专技资格" )
@Excel
(
name
=
"现职称"
)
private
String
currentProfessionalTitle
;
/**
* 现职称取得资格时间
*/
@Excel
(
name
=
"现具备专技资格时间"
,
dateFormat
=
"yyyy-MM"
)
// @Excel(name = "现具备专技资格时间" ,dateFormat="yyyy-MM")
@Excel
(
name
=
"现职称取得时间"
,
dateFormat
=
"yyyy-MM"
)
@JsonFormat
(
pattern
=
"yyyy-MM"
)
private
Date
currentProfessionalTitleTime
;
/**
* 现聘职称(1无、2初级、3中级、4副高、5正高)
*/
@Excel
(
name
=
"现聘专技资格"
)
// @Excel(name = "现聘专技资格")
@Excel
(
name
=
"现聘职称"
)
private
String
currentHiringProfessionalTitle
;
/**
* 现职称聘任时间
*/
@JsonFormat
(
pattern
=
"yyyy-MM"
)
@Excel
(
name
=
"现聘专技资格时间"
,
dateFormat
=
"yyyy-MM"
)
// @Excel(name = "现聘专技资格时间" ,dateFormat="yyyy-MM")
@Excel
(
name
=
"现聘职称时间"
,
dateFormat
=
"yyyy-MM"
)
private
Date
currentHiringProfessionalTitleTime
;
/**
...
...
@@ -340,4 +344,6 @@ public class SchoolTeacherBasicInformationVo extends BaseEntity {
private
String
workingHoursgtd
;
private
String
workingHourslt
;
private
String
workingHoursltd
;
}
smart-campus/src/main/java/yangtz/cs/liu/campus/domain/schoolNewTeacherDzdn/SchoolTeacherBasiclnExport.java
View file @
b0715b15
...
...
@@ -104,25 +104,29 @@ public class SchoolTeacherBasiclnExport {
/**
* 现职称(1无、2初级、3中级、4副高、5正高)
*/
@Excel
(
name
=
"现具备专技资格"
)
// @Excel(name = "现具备专技资格")
@Excel
(
name
=
"现职称"
)
private
String
currentProfessionalTitle
;
/**
* 现职称取得资格时间
*/
@Excel
(
name
=
"现具备专技资格时间"
,
dateFormat
=
"yyyy-MM-dd"
)
// @Excel(name = "现具备专技资格时间" ,dateFormat="yyyy-MM-dd")
@Excel
(
name
=
"现职称取得时间"
,
dateFormat
=
"yyyy-MM-dd"
)
private
Date
currentProfessionalTitleTime
;
/**
* 现聘职称(1无、2初级、3中级、4副高、5正高)
*/
@Excel
(
name
=
"现聘专技资格"
)
// @Excel(name = "现聘专技资格")
@Excel
(
name
=
"现聘职称"
)
private
String
currentHiringProfessionalTitle
;
/**
* 现职称聘任时间
*/
@Excel
(
name
=
"现聘专技资格时间"
,
dateFormat
=
"yyyy-MM-dd"
)
// @Excel(name = "现聘专技资格时间" ,dateFormat="yyyy-MM-dd")
@Excel
(
name
=
"现聘职称时间"
,
dateFormat
=
"yyyy-MM-dd"
)
private
Date
currentHiringProfessionalTitleTime
;
/**
...
...
@@ -306,4 +310,5 @@ public class SchoolTeacherBasiclnExport {
*/
private
String
ddPhone
;
}
smart-campus/src/main/java/yangtz/cs/liu/campus/service/impl/schoolNewTeacherDzdn/SchoolTeacherBasichlnformationServicelmpl.java
View file @
b0715b15
...
...
@@ -265,7 +265,7 @@ public class SchoolTeacherBasichlnformationServicelmpl extends ServiceImpl<Schoo
if
(
schoolCheckVo
.
getFlag
()){
date
.
setCurrentProfessionalTitleTime
(
schoolCheckVo
.
getDate
());
}
else
{
sb
.
append
(
date
.
getName
()+
"用户现
具备专技资格
时间格式错误"
);
sb
.
append
(
date
.
getName
()+
"用户现
职称取得
时间格式错误"
);
sb
.
append
(
"<br/>"
);
}
}
...
...
@@ -276,7 +276,7 @@ public class SchoolTeacherBasichlnformationServicelmpl extends ServiceImpl<Schoo
if
(
schoolCheckVo
.
getFlag
()){
date
.
setCurrentProfessionalTitleTime
(
schoolCheckVo
.
getDate
());
}
else
{
sb
.
append
(
date
.
getName
()+
"用户现聘
专技资格
时间格式错误"
);
sb
.
append
(
date
.
getName
()+
"用户现聘
职称
时间格式错误"
);
sb
.
append
(
"<br/>"
);
}
}
...
...
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