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
7b58ec80
Commit
7b58ec80
authored
Jun 24, 2025
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MVP1.7.12-保存档案
parent
c41c2341
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
TGzEmpInfoServiceImpl.java
.../v1/yifu/archives/service/impl/TGzEmpInfoServiceImpl.java
+6
-0
No files found.
yifu-archives/yifu-archives-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/service/impl/TGzEmpInfoServiceImpl.java
View file @
7b58ec80
...
...
@@ -501,6 +501,7 @@ public class TGzEmpInfoServiceImpl extends ServiceImpl<TGzEmpInfoMapper, TGzEmpI
List
<
TGzEmpContactInfo
>
emergContactList
=
tGzEmpInfoVo
.
getEmergContactList
();
if
(
emergContactList
!=
null
&&
!
emergContactList
.
isEmpty
())
{
for
(
TGzEmpContactInfo
a
:
emergContactList
)
{
a
.
setId
(
null
);
a
.
setEmpId
(
gzEmpId
);
a
.
setCreateBy
(
user
.
getId
());
a
.
setCreateName
(
user
.
getNickname
());
...
...
@@ -513,6 +514,7 @@ public class TGzEmpInfoServiceImpl extends ServiceImpl<TGzEmpInfoMapper, TGzEmpI
List
<
TGzEmpEducation
>
eduExpList
=
tGzEmpInfoVo
.
getEduExpList
();
if
(
eduExpList
!=
null
&&
!
eduExpList
.
isEmpty
())
{
for
(
TGzEmpEducation
a
:
eduExpList
)
{
a
.
setId
(
null
);
a
.
setEmpId
(
gzEmpId
);
a
.
setCreateBy
(
user
.
getId
());
a
.
setCreateName
(
user
.
getNickname
());
...
...
@@ -526,6 +528,7 @@ public class TGzEmpInfoServiceImpl extends ServiceImpl<TGzEmpInfoMapper, TGzEmpI
List
<
TGzEmpWork
>
workList
=
tGzEmpInfoVo
.
getWorkExpList
();
if
(
workList
!=
null
&&
!
workList
.
isEmpty
())
{
for
(
TGzEmpWork
a
:
workList
)
{
a
.
setId
(
null
);
a
.
setEmpId
(
gzEmpId
);
a
.
setCreateBy
(
user
.
getId
());
a
.
setCreateName
(
user
.
getNickname
());
...
...
@@ -539,6 +542,7 @@ public class TGzEmpInfoServiceImpl extends ServiceImpl<TGzEmpInfoMapper, TGzEmpI
List
<
TGzEmpFamily
>
familyList
=
tGzEmpInfoVo
.
getFamilyList
();
if
(
familyList
!=
null
&&
!
familyList
.
isEmpty
())
{
for
(
TGzEmpFamily
a
:
familyList
)
{
a
.
setId
(
null
);
a
.
setEmpId
(
gzEmpId
);
a
.
setCreateBy
(
user
.
getId
());
a
.
setCreateName
(
user
.
getNickname
());
...
...
@@ -552,6 +556,7 @@ public class TGzEmpInfoServiceImpl extends ServiceImpl<TGzEmpInfoMapper, TGzEmpI
List
<
TGzEmpSkill
>
skillList
=
tGzEmpInfoVo
.
getSkillList
();
if
(
skillList
!=
null
&&
!
skillList
.
isEmpty
())
{
for
(
TGzEmpSkill
a
:
skillList
)
{
a
.
setId
(
null
);
a
.
setEmpId
(
gzEmpId
);
a
.
setCreateBy
(
user
.
getId
());
a
.
setCreateName
(
user
.
getNickname
());
...
...
@@ -569,6 +574,7 @@ public class TGzEmpInfoServiceImpl extends ServiceImpl<TGzEmpInfoMapper, TGzEmpI
List
<
TAttaInfo
>
attaList
=
tGzEmpInfoVo
.
getAttaList
();
if
(
attaList
!=
null
&&
!
attaList
.
isEmpty
())
{
for
(
TAttaInfo
a
:
attaList
)
{
a
.
setId
(
null
);
a
.
setDomainId
(
gzEmpId
);
a
.
setCreateBy
(
user
.
getId
());
a
.
setCreateName
(
user
.
getNickname
());
...
...
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