Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yifu-mvp
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fangxinjiang
yifu-mvp
Commits
08ca9876
Commit
08ca9876
authored
Jun 19, 2025
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MVP1.7.12-瓜子导出档案_附属表
parent
f3816fb4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
TGzEmpInfoExportMain.java
.../cloud/plus/v1/yifu/archives/vo/TGzEmpInfoExportMain.java
+3
-3
TGzEmpInfoMapper.xml
...chives-biz/src/main/resources/mapper/TGzEmpInfoMapper.xml
+1
-1
No files found.
yifu-archives/yifu-archives-api/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/vo/TGzEmpInfoExportMain.java
View file @
08ca9876
...
...
@@ -78,7 +78,7 @@ public class TGzEmpInfoExportMain implements Serializable {
private
String
bloodType
;
@ExcelProperty
(
"首次工作日期"
)
@Schema
(
description
=
"首次工作日期"
)
private
Date
startDate
;
private
String
startDate
;
@ExcelAttribute
(
name
=
"国籍"
,
isDataId
=
true
,
dataType
=
ExcelAttributeConstants
.
GZ_COUNTRY
)
@ExcelProperty
(
"国籍"
)
...
...
@@ -130,10 +130,10 @@ public class TGzEmpInfoExportMain implements Serializable {
// 日期格式化
@ExcelProperty
(
"证件有效期开始日期"
)
private
Date
nidStartDate
;
private
String
nidStartDate
;
// 日期格式化
@ExcelProperty
(
"证件有效期结束日期"
)
private
Date
nidExpiryDate
;
private
String
nidExpiryDate
;
@ExcelAttribute
(
name
=
"是否永久有效"
,
isDataId
=
true
,
readConverterExp
=
"Y=是,N=否"
)
@ExcelProperty
(
"是否永久有效"
)
...
...
yifu-archives/yifu-archives-biz/src/main/resources/mapper/TGzEmpInfoMapper.xml
View file @
08ca9876
...
...
@@ -436,7 +436,7 @@
a.sex,
a.constel,
a.blood_type,
a.
start_date,
date_format(a.start_date, '%Y-%m-%d')
start_date,
a.country,
a.native_place,
a.ethnic_grp_cd,
...
...
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