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
37f71ca5
Commit
37f71ca5
authored
Nov 29, 2022
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
30号版本:档案合同、商险、薪资状态;缴费库反馈列;合同提交的直接审核优化等
parent
bac74407
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
TInsuranceDetailServiceImpl.java
...s/service/insurance/impl/TInsuranceDetailServiceImpl.java
+1
-2
No files found.
yifu-insurances/yifu-insurances-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/insurances/service/insurance/impl/TInsuranceDetailServiceImpl.java
View file @
37f71ca5
...
...
@@ -1555,7 +1555,7 @@ public class TInsuranceDetailServiceImpl extends ServiceImpl<TInsuranceDetailMap
**/
private
void
doFailInfo
(
List
<
TInsuranceDetail
>
sourceList
,
List
<
String
>
sourceIdCardList
,
List
<
String
>
replaceIdList
,
String
toStatus
)
{
List
<
TInsuranceDetail
>
sourceEmpList
=
baseMapper
.
selectByIdCardList
(
sourceIdCardList
,
replaceIdList
);
if
(
sourceEmpList
!=
null
)
{
if
(
sourceEmpList
!=
null
&&
!
sourceEmpList
.
isEmpty
()
)
{
// 项目档案状态
Map
<
String
,
Integer
>
proStatusMap
=
new
HashMap
<>();
// 人员档案状态
...
...
@@ -1584,7 +1584,6 @@ public class TInsuranceDetailServiceImpl extends ServiceImpl<TInsuranceDetailMap
}
else
{
empStatus
=
status
;
}
proStatusMap
.
put
(
detail
.
getEmpIdcardNo
()+
CommonConstants
.
DOWN_LINE_STRING
+
detail
.
getDeptId
(),
proStatus
);
empStatusMap
.
put
(
detail
.
getEmpIdcardNo
(),
empStatus
);
}
...
...
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