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
d7c350fa
Commit
d7c350fa
authored
Apr 23, 2026
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.7.22-微信号
parent
5dcf4fc8
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
EmployeeExportVO.java
...yifu/cloud/plus/v1/yifu/archives/vo/EmployeeExportVO.java
+4
-0
TEmployeeInfoMapper.xml
...ves-biz/src/main/resources/mapper/TEmployeeInfoMapper.xml
+2
-0
No files found.
yifu-archives/yifu-archives-api/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/vo/EmployeeExportVO.java
View file @
d7c350fa
...
@@ -100,6 +100,10 @@ public class EmployeeExportVO extends BaseEntity {
...
@@ -100,6 +100,10 @@ public class EmployeeExportVO extends BaseEntity {
@ExcelProperty
(
value
=
"邮箱"
)
@ExcelProperty
(
value
=
"邮箱"
)
private
String
empEmail
;
private
String
empEmail
;
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"微信号"
)
private
String
weChatId
;
@ExcelAttribute
(
name
=
"户籍所在省"
,
isArea
=
true
)
@ExcelAttribute
(
name
=
"户籍所在省"
,
isArea
=
true
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
value
=
"户籍所在省"
)
@ExcelProperty
(
value
=
"户籍所在省"
)
...
...
yifu-archives/yifu-archives-biz/src/main/resources/mapper/TEmployeeInfoMapper.xml
View file @
d7c350fa
...
@@ -106,6 +106,7 @@
...
@@ -106,6 +106,7 @@
<result
property=
"politicalStatus"
column=
"POLITICAL_STATUS"
/>
<result
property=
"politicalStatus"
column=
"POLITICAL_STATUS"
/>
<result
property=
"empPhone"
column=
"EMP_PHONE"
/>
<result
property=
"empPhone"
column=
"EMP_PHONE"
/>
<result
property=
"empEmail"
column=
"EMP_EMAIL"
/>
<result
property=
"empEmail"
column=
"EMP_EMAIL"
/>
<result
property=
"weChatId"
column=
"WE_CHAT_ID"
/>
<result
property=
"idProvince"
column=
"ID_PROVINCE"
/>
<result
property=
"idProvince"
column=
"ID_PROVINCE"
/>
<result
property=
"idCity"
column=
"ID_CITY"
/>
<result
property=
"idCity"
column=
"ID_CITY"
/>
<result
property=
"idTown"
column=
"ID_TOWN"
/>
<result
property=
"idTown"
column=
"ID_TOWN"
/>
...
@@ -1054,6 +1055,7 @@
...
@@ -1054,6 +1055,7 @@
a.POLITICAL_STATUS,
a.POLITICAL_STATUS,
a.EMP_PHONE,
a.EMP_PHONE,
a.EMP_EMAIL,
a.EMP_EMAIL,
a.WE_CHAT_ID,
a1.AREA_NAME as "ID_PROVINCE",
a1.AREA_NAME as "ID_PROVINCE",
a2.AREA_NAME as "ID_CITY",
a2.AREA_NAME as "ID_CITY",
a3.AREA_NAME as "ID_TOWN",
a3.AREA_NAME as "ID_TOWN",
...
...
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