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
f8a8e178
Commit
f8a8e178
authored
Jun 07, 2024
by
huyuchen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
实缴修改
parent
b88d33cc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
TPaymentInfoServiceImpl.java
.../v1/yifu/social/service/impl/TPaymentInfoServiceImpl.java
+0
-8
No files found.
yifu-social/yifu-social-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/social/service/impl/TPaymentInfoServiceImpl.java
View file @
f8a8e178
...
@@ -23,7 +23,6 @@ import com.alibaba.excel.read.listener.ReadListener;
...
@@ -23,7 +23,6 @@ import com.alibaba.excel.read.listener.ReadListener;
import
com.alibaba.excel.read.metadata.holder.ReadRowHolder
;
import
com.alibaba.excel.read.metadata.holder.ReadRowHolder
;
import
com.alibaba.excel.util.ListUtils
;
import
com.alibaba.excel.util.ListUtils
;
import
com.alibaba.excel.write.metadata.WriteSheet
;
import
com.alibaba.excel.write.metadata.WriteSheet
;
import
com.alibaba.fastjson.JSON
;
import
com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper
;
import
com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper
;
import
com.baomidou.mybatisplus.core.conditions.update.LambdaUpdateWrapper
;
import
com.baomidou.mybatisplus.core.conditions.update.LambdaUpdateWrapper
;
import
com.baomidou.mybatisplus.core.conditions.update.UpdateWrapper
;
import
com.baomidou.mybatisplus.core.conditions.update.UpdateWrapper
;
...
@@ -1825,7 +1824,6 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
...
@@ -1825,7 +1824,6 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
if
(!
batchYlInsertList
.
isEmpty
())
{
if
(!
batchYlInsertList
.
isEmpty
())
{
list
=
new
ArrayList
<>(
batchYlInsertList
.
values
());
list
=
new
ArrayList
<>(
batchYlInsertList
.
values
());
this
.
saveBatch
(
list
);
this
.
saveBatch
(
list
);
log
.
error
(
"实缴导入错误信息-养老:"
+
list
.
size
());
batchYlInsertList
.
clear
();
batchYlInsertList
.
clear
();
list
.
clear
();
list
.
clear
();
}
}
...
@@ -1833,7 +1831,6 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
...
@@ -1833,7 +1831,6 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
if
(!
batchGsInsertList
.
isEmpty
())
{
if
(!
batchGsInsertList
.
isEmpty
())
{
list
=
new
ArrayList
<>(
batchGsInsertList
.
values
());
list
=
new
ArrayList
<>(
batchGsInsertList
.
values
());
this
.
saveBatch
(
list
);
this
.
saveBatch
(
list
);
log
.
error
(
"实缴导入错误信息-工伤:"
+
list
.
size
());
batchGsInsertList
.
clear
();
batchGsInsertList
.
clear
();
list
.
clear
();
list
.
clear
();
}
}
...
@@ -1841,7 +1838,6 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
...
@@ -1841,7 +1838,6 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
if
(!
batchYyInsertList
.
isEmpty
())
{
if
(!
batchYyInsertList
.
isEmpty
())
{
list
=
new
ArrayList
<>(
batchYyInsertList
.
values
());
list
=
new
ArrayList
<>(
batchYyInsertList
.
values
());
this
.
saveBatch
(
list
);
this
.
saveBatch
(
list
);
log
.
error
(
"实缴导入错误信息-医疗:"
+
list
.
size
());
batchYyInsertList
.
clear
();
batchYyInsertList
.
clear
();
list
.
clear
();
list
.
clear
();
}
}
...
@@ -1849,7 +1845,6 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
...
@@ -1849,7 +1845,6 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
if
(!
batchSyInsertList
.
isEmpty
())
{
if
(!
batchSyInsertList
.
isEmpty
())
{
list
=
new
ArrayList
<>(
batchSyInsertList
.
values
());
list
=
new
ArrayList
<>(
batchSyInsertList
.
values
());
this
.
saveBatch
(
list
);
this
.
saveBatch
(
list
);
log
.
error
(
"实缴导入错误信息-失业:"
+
list
.
size
());
batchSyInsertList
.
clear
();
batchSyInsertList
.
clear
();
list
.
clear
();
list
.
clear
();
}
}
...
@@ -1857,7 +1852,6 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
...
@@ -1857,7 +1852,6 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
if
(!
batchBigInsertList
.
isEmpty
())
{
if
(!
batchBigInsertList
.
isEmpty
())
{
list
=
new
ArrayList
<>(
batchBigInsertList
.
values
());
list
=
new
ArrayList
<>(
batchBigInsertList
.
values
());
this
.
saveBatch
(
list
);
this
.
saveBatch
(
list
);
log
.
error
(
"实缴导入错误信息-大病:"
+
list
.
size
());
batchBigInsertList
.
clear
();
batchBigInsertList
.
clear
();
list
.
clear
();
list
.
clear
();
}
}
...
@@ -1865,7 +1859,6 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
...
@@ -1865,7 +1859,6 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
if
(!
batchBirthInsertList
.
isEmpty
())
{
if
(!
batchBirthInsertList
.
isEmpty
())
{
list
=
new
ArrayList
<>(
batchBirthInsertList
.
values
());
list
=
new
ArrayList
<>(
batchBirthInsertList
.
values
());
this
.
saveBatch
(
list
);
this
.
saveBatch
(
list
);
log
.
error
(
"实缴导入错误信息-生育:"
+
list
.
size
());
batchBirthInsertList
.
clear
();
batchBirthInsertList
.
clear
();
list
.
clear
();
list
.
clear
();
}
}
...
@@ -3754,7 +3747,6 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
...
@@ -3754,7 +3747,6 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
CommonConstants
.
SAVE_SUCCESS
,
infoVo
));
CommonConstants
.
SAVE_SUCCESS
,
infoVo
));
}
}
}
}
log
.
error
(
"实缴导入错误信息1:"
+
errorMessageList
.
values
());
return
errorMessageList
;
return
errorMessageList
;
}
}
...
...
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