Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
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
35362e6c
Commit
35362e6c
authored
Jun 04, 2026
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.7.23-优化
parent
469988d8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
EmployeeRegistrationServiceImpl.java
.../v1/csp/service/impl/EmployeeRegistrationServiceImpl.java
+17
-0
No files found.
yifu-csp/yifu-csp-biz/src/main/java/com/yifu/cloud/plus/v1/csp/service/impl/EmployeeRegistrationServiceImpl.java
View file @
35362e6c
...
...
@@ -893,6 +893,15 @@ public class EmployeeRegistrationServiceImpl extends ServiceImpl<EmployeeRegistr
receiveVo
.
setEmpProjectId
(
exit
.
getEmpProjectId
());
receiveVo
.
setProjectCreateTime
(
exit
.
getProjectTime
());
receiveVo
.
setPreVo
(
preVo
);
if
(
Common
.
isNotNull
(
registration
.
getEmpIdcard
())
&&
Common
.
isNotNull
(
registration
.
getDeptNo
()))
{
// 历史数据归档
archivesDaprUtil
.
archiveRegisterPreInfo
(
registration
.
getEmpIdcard
(),
registration
.
getDeptNo
());
archivesDaprUtil
.
archiveContractPreInfo
(
registration
.
getEmpIdcard
(),
registration
.
getDeptNo
());
insuranceDaprUtil
.
archiveInsurancePreInfo
(
registration
.
getEmpIdcard
(),
registration
.
getDeptNo
());
socialDaprUtils
.
archiveSocialFundPreInfo
(
registration
.
getEmpIdcard
(),
registration
.
getDeptNo
());
}
return
R
.
ok
(
receiveVo
);
}
registration
.
setProcessStatus
(
CommonConstants
.
ZERO_STRING
);
...
...
@@ -1724,6 +1733,14 @@ public class EmployeeRegistrationServiceImpl extends ServiceImpl<EmployeeRegistr
receiveVo
.
setProjectCreateTime
(
exit
.
getProjectTime
());
receiveVo
.
setPreVo
(
preVo
);
receiveVoList
.
add
(
receiveVo
);
if
(
Common
.
isNotNull
(
registration
.
getEmpIdcard
())
&&
Common
.
isNotNull
(
registration
.
getDeptNo
()))
{
// 历史数据归档
archivesDaprUtil
.
archiveRegisterPreInfo
(
registration
.
getEmpIdcard
(),
registration
.
getDeptNo
());
archivesDaprUtil
.
archiveContractPreInfo
(
registration
.
getEmpIdcard
(),
registration
.
getDeptNo
());
insuranceDaprUtil
.
archiveInsurancePreInfo
(
registration
.
getEmpIdcard
(),
registration
.
getDeptNo
());
socialDaprUtils
.
archiveSocialFundPreInfo
(
registration
.
getEmpIdcard
(),
registration
.
getDeptNo
());
}
continue
;
}
registration
.
setProcessStatus
(
CommonConstants
.
ZERO_STRING
);
...
...
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