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
b035c2eb
Commit
b035c2eb
authored
Dec 02, 2022
by
hongguangwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商险优化
parent
9665e947
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
TInsuranceDetailServiceImpl.java
...s/service/insurance/impl/TInsuranceDetailServiceImpl.java
+4
-1
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 @
b035c2eb
...
@@ -1572,7 +1572,10 @@ public class TInsuranceDetailServiceImpl extends ServiceImpl<TInsuranceDetailMap
...
@@ -1572,7 +1572,10 @@ public class TInsuranceDetailServiceImpl extends ServiceImpl<TInsuranceDetailMap
* @return: void
* @return: void
**/
**/
private
void
doFailInfo
(
List
<
TInsuranceDetail
>
sourceList
,
List
<
String
>
sourceIdCardList
,
List
<
String
>
replaceIdList
,
String
toStatus
)
{
private
void
doFailInfo
(
List
<
TInsuranceDetail
>
sourceList
,
List
<
String
>
sourceIdCardList
,
List
<
String
>
replaceIdList
,
String
toStatus
)
{
List
<
TInsuranceDetail
>
sourceEmpList
=
baseMapper
.
selectByIdCardList
(
sourceIdCardList
,
replaceIdList
);
List
<
TInsuranceDetail
>
sourceEmpList
=
null
;
if
(
sourceIdCardList
!=
null
&&
!
sourceIdCardList
.
isEmpty
())
{
sourceEmpList
=
baseMapper
.
selectByIdCardList
(
sourceIdCardList
,
replaceIdList
);
}
if
(
sourceEmpList
!=
null
&&
!
sourceEmpList
.
isEmpty
())
{
if
(
sourceEmpList
!=
null
&&
!
sourceEmpList
.
isEmpty
())
{
// 项目档案状态
// 项目档案状态
Map
<
String
,
Integer
>
proStatusMap
=
new
HashMap
<>();
Map
<
String
,
Integer
>
proStatusMap
=
new
HashMap
<>();
...
...
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