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
75f342f7
Commit
75f342f7
authored
Mar 27, 2025
by
huyuchen
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/MVP1.7.8' into MVP1.7.8
parents
b169d734
182d4402
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
1 deletion
+20
-1
TPreEmpMainServiceImpl.java
...v1/yifu/archives/service/impl/TPreEmpMainServiceImpl.java
+20
-1
No files found.
yifu-archives/yifu-archives-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/service/impl/TPreEmpMainServiceImpl.java
View file @
75f342f7
...
...
@@ -300,6 +300,8 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE
empFirst
=
true
;
}
if
(
main
!=
null
)
{
vo
.
setTpreEmpDeclaration
(
declaration
);
main
.
setDeclarationId
(
declaration
.
getId
());
main
.
setIsSimple
(
isSimple
);
this
.
updateById
(
main
);
// 2024-7-3 17:23:50 倩倩要求放开状态拦截,前端加按钮禁用即可
...
...
@@ -1534,10 +1536,22 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE
if
(
Common
.
isNotNull
(
pre
.
getEmpNature
()))
{
if
(
tPreEmployeeProject
!=
null
)
{
tPreEmployeeProject
.
setEmpNatrue
(
pre
.
getEmpNature
());
if
(
Common
.
isNotNull
(
pre
.
getContractType
()))
{
tPreEmployeeProject
.
setContractType
(
pre
.
getContractType
());
}
if
(
Common
.
isNotNull
(
pre
.
getPosition
()))
{
tPreEmployeeProject
.
setPost
(
pre
.
getPosition
());
}
if
(
Common
.
isNotNull
(
pre
.
getJoinLeaveDate
()))
{
tPreEmployeeProject
.
setEnjoinDate
(
pre
.
getJoinLeaveDate
());
}
}
main
.
setEmpNatrue
(
pre
.
getEmpNature
());
}
if
(
tPreEmployeeInfo
!=
null
)
{
if
(
Common
.
isNotNull
(
pre
.
getEmpPhone
()))
{
tPreEmployeeInfo
.
setEmpPhone
(
pre
.
getEmpPhone
());
}
if
(
Common
.
isNotNull
(
pre
.
getEmpNature
()))
{
tPreEmployeeInfo
.
setEmpNatrue
(
pre
.
getEmpNature
());
}
...
...
@@ -1588,7 +1602,6 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE
auditLog
.
setAuditResult
(
status
);
tPreEmpMainLogService
.
save
(
auditLog
);
main
.
setStatus
(
status
);
main
.
setAuditId
(
user
.
getId
());
main
.
setAuditRemark
(
"简档自动审核通过"
);
main
.
setAuditName
(
user
.
getNickname
());
...
...
@@ -1930,6 +1943,12 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE
this
.
setBaseSexInfo
(
tPreEmployeeInfo
);
if
(
isSimpleBoo
)
{
// 简档,仅重置部分信息:
if
(
Common
.
isNotNull
(
tPreEmployeeInfo
.
getEmpPhone
()))
{
emp
.
setEmpPhone
(
tPreEmployeeInfo
.
getEmpPhone
());
}
if
(
Common
.
isNotNull
(
tPreEmployeeInfo
.
getEmpNatrue
()))
{
emp
.
setEmpNatrue
(
tPreEmployeeInfo
.
getEmpNatrue
());
}
emp
.
setEmpName
(
tPreEmployeeInfo
.
getEmpName
());
emp
.
setEmpIdcard
(
tPreEmployeeInfo
.
getEmpIdcard
());
emp
.
setEmpPhone
(
tPreEmployeeInfo
.
getEmpPhone
());
...
...
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