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
172c2597
Commit
172c2597
authored
Apr 21, 2025
by
huyuchen
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/MVP1.7.9' into MVP1.7.9
parents
10b7b0b7
2b02cff4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
10 deletions
+13
-10
EmployeeRegistrationPreServiceImpl.java
...ives/service/impl/EmployeeRegistrationPreServiceImpl.java
+13
-10
No files found.
yifu-archives/yifu-archives-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/archives/service/impl/EmployeeRegistrationPreServiceImpl.java
View file @
172c2597
...
...
@@ -509,17 +509,20 @@ public class EmployeeRegistrationPreServiceImpl extends ServiceImpl<EmployeeRegi
preVo
.
setInsuranceCompanyName
(
insurancePreVo
.
getInsuranceCompanyName
());
preVo
.
setPolicyStart
(
insurancePreVo
.
getPolicyStart
());
preVo
.
setPolicyEnd
(
insurancePreVo
.
getPolicyEnd
());
checkVo
=
checkInsuranceExit
(
preVo
);
if
(
null
!=
checkVo
)
{
errorList
.
add
(
checkVo
);
}
else
{
if
(
Common
.
isNotNull
(
preVo
.
getProcessStatus
()))
{
insurancePreVo
.
setProcessStatus
(
preVo
.
getProcessStatus
());
if
(
Common
.
isEmpty
(
insurancePreVo
.
getModelType
())
||
!
CommonConstants
.
FOUR_STRING
.
equals
(
insurancePreVo
.
getModelType
()))
{
checkVo
=
checkInsuranceExit
(
preVo
);
if
(
null
!=
checkVo
)
{
errorList
.
add
(
checkVo
);
}
else
{
insurancePreVo
.
setProcessStatus
(
CommonConstants
.
ZERO_STRING
);
}
if
(
Common
.
isNotNull
(
preVo
.
getIsAddress
()))
{
insurancePreVo
.
setIsAddress
(
preVo
.
getIsAddress
());
if
(
Common
.
isNotNull
(
preVo
.
getProcessStatus
()))
{
insurancePreVo
.
setProcessStatus
(
preVo
.
getProcessStatus
());
}
else
{
insurancePreVo
.
setProcessStatus
(
CommonConstants
.
ZERO_STRING
);
}
if
(
Common
.
isNotNull
(
preVo
.
getIsAddress
()))
{
insurancePreVo
.
setIsAddress
(
preVo
.
getIsAddress
());
}
}
}
}
...
...
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