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
0e4c717c
Commit
0e4c717c
authored
Dec 02, 2025
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MVP1.7.17-2000改为5条
parent
663154ef
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
EmployeeRegistrationLeaveServiceImpl.java
...sp/service/impl/EmployeeRegistrationLeaveServiceImpl.java
+7
-6
No files found.
yifu-csp/yifu-csp-biz/src/main/java/com/yifu/cloud/plus/v1/csp/service/impl/EmployeeRegistrationLeaveServiceImpl.java
View file @
0e4c717c
...
@@ -607,19 +607,20 @@ public class EmployeeRegistrationLeaveServiceImpl extends ServiceImpl<EmployeeRe
...
@@ -607,19 +607,20 @@ public class EmployeeRegistrationLeaveServiceImpl extends ServiceImpl<EmployeeRe
logInfo
.
append
(
"无需处理标记:"
);
logInfo
.
append
(
"无需处理标记:"
);
if
(
doTypeWu
.
contains
(
CommonConstants
.
THREE_STRING
))
{
if
(
doTypeWu
.
contains
(
CommonConstants
.
THREE_STRING
))
{
logInfo
.
append
(
"商险;"
);
logInfo
.
append
(
"商险;"
);
if
(!
CommonConstants
.
ONE_STRING
.
equals
(
leave
.
getDoStatusInsurance
())
if
(
CommonConstants
.
TWO_STRING
.
equals
(
leave
.
getDoStatusInsurance
())
&&
!
CommonConstants
.
EIGHT_STRING
.
equals
(
leave
.
getDoStatusInsurance
()))
{
||
CommonConstants
.
THREE_STRING
.
equals
(
leave
.
getDoStatusInsurance
())
||
CommonConstants
.
NINE_STRING
.
equals
(
leave
.
getDoStatusInsurance
()))
{
leave
.
setInsuranceId
(
leave
.
getInsuranceIdOld
());
leave
.
setInsuranceId
(
leave
.
getInsuranceIdOld
());
leave
.
setCloseRemarkInsurance
(
remark
);
leave
.
setCloseRemarkInsurance
(
remark
);
leave
.
setDoStatusInsurance
(
CommonConstants
.
ONE_STRING
);
leave
.
setDoStatusInsurance
(
CommonConstants
.
ONE_STRING
);
}
else
{
}
else
{
errorInfo
.
append
(
"商险状态已
完结,不可无需处理
!"
);
errorInfo
.
append
(
"商险状态已
处理,不可手动关闭
!"
);
}
}
}
}
if
(
doTypeWu
.
contains
(
CommonConstants
.
SIX_STRING
))
{
if
(
doTypeWu
.
contains
(
CommonConstants
.
SIX_STRING
))
{
logInfo
.
append
(
"人员档案;"
);
logInfo
.
append
(
"人员档案;"
);
if
(
!
CommonConstants
.
ONE
_STRING
.
equals
(
leave
.
getDoStatusEmp
())
if
(
CommonConstants
.
TWO
_STRING
.
equals
(
leave
.
getDoStatusEmp
())
&&
!
CommonConstants
.
EIGHT
_STRING
.
equals
(
leave
.
getDoStatusEmp
()))
{
||
CommonConstants
.
NINE
_STRING
.
equals
(
leave
.
getDoStatusEmp
()))
{
leave
.
setEmpId
(
leave
.
getEmpIdOld
());
leave
.
setEmpId
(
leave
.
getEmpIdOld
());
leave
.
setCloseRemarkEmp
(
remark
);
leave
.
setCloseRemarkEmp
(
remark
);
leave
.
setDoStatusEmp
(
CommonConstants
.
ONE_STRING
);
leave
.
setDoStatusEmp
(
CommonConstants
.
ONE_STRING
);
...
@@ -636,7 +637,7 @@ public class EmployeeRegistrationLeaveServiceImpl extends ServiceImpl<EmployeeRe
...
@@ -636,7 +637,7 @@ public class EmployeeRegistrationLeaveServiceImpl extends ServiceImpl<EmployeeRe
errorInfo
.
append
(
"人员当下非多项目,不可无需处理!"
);
errorInfo
.
append
(
"人员当下非多项目,不可无需处理!"
);
}
}
}
else
{
}
else
{
errorInfo
.
append
(
"人员
档案状态已完结,不可无需处理
!"
);
errorInfo
.
append
(
"人员
状态已处理,不可手动关闭
!"
);
}
}
}
}
...
...
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