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
ae51bea7
Commit
ae51bea7
authored
Oct 11, 2024
by
fangxinjiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
实缴库导入删除状态兼容老数据-fxj
parent
5e3d6c0d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
TPaymentInfoServiceImpl.java
.../v1/yifu/social/service/impl/TPaymentInfoServiceImpl.java
+4
-0
No files found.
yifu-social/yifu-social-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/social/service/impl/TPaymentInfoServiceImpl.java
View file @
ae51bea7
...
...
@@ -1216,6 +1216,7 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
.
eq
(
TSocialInfo:
:
getEmpIdcard
,
infoVo
.
getEmpIdcard
())
.
eq
(
TSocialInfo:
:
getSocialProvince
,
infoVo
.
getSocialProvince
())
.
eq
(
TSocialInfo:
:
getSocialCity
,
infoVo
.
getSocialCity
())
.
eq
(
TSocialInfo:
:
getDeleteFlag
,
CommonConstants
.
ZERO_INT
)
//兼容历史数据的调整
.
in
(
TSocialInfo:
:
getHandleStatus
,
CommonConstants
.
socialInfoStatus
)
);
if
(
CollectionUtils
.
isNotEmpty
(
socialist
))
{
...
...
@@ -2027,6 +2028,7 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
fundlist
=
providentFundMapper
.
selectList
(
Wrappers
.<
TProvidentFund
>
query
().
lambda
()
.
eq
(
TProvidentFund:
:
getEmpIdcard
,
infoVo
.
getEmpIdcard
())
.
eq
(
TProvidentFund:
:
getFundProvince
,
infoVo
.
getFundProvince
())
.
eq
(
TProvidentFund:
:
getDeleteFlag
,
CommonConstants
.
ZERO_INT
)
//添加删除状态兼容历史数据
.
eq
(
TProvidentFund:
:
getFundCity
,
infoVo
.
getFundCity
()));
if
(
CollectionUtils
.
isNotEmpty
(
fundlist
))
{
for
(
TProvidentFund
providentFund
:
fundlist
)
{
...
...
@@ -2881,6 +2883,7 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
.
eq
(
TSocialInfo:
:
getEmpIdcard
,
infoVo
.
getEmpIdcard
())
.
eq
(
TSocialInfo:
:
getSocialProvince
,
infoVo
.
getSocialProvince
().
toString
())
.
eq
(
TSocialInfo:
:
getSocialCity
,
infoVo
.
getSocialCity
().
toString
())
.
eq
(
TSocialInfo:
:
getDeleteFlag
,
CommonConstants
.
ZERO_INT
)
//兼容历史数据的调整
.
in
(
TSocialInfo:
:
getHandleStatus
,
CommonConstants
.
socialInfoStatus
)
);
if
(
CollectionUtils
.
isNotEmpty
(
socialist
))
{
...
...
@@ -3353,6 +3356,7 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
.
eq
(
TSocialInfo:
:
getEmpIdcard
,
infoVo
.
getEmpIdcard
())
.
eq
(
TSocialInfo:
:
getSocialProvince
,
infoVo
.
getSocialProvince
().
toString
())
.
eq
(
TSocialInfo:
:
getSocialCity
,
infoVo
.
getSocialCity
().
toString
())
.
eq
(
TSocialInfo:
:
getDeleteFlag
,
CommonConstants
.
ZERO_INT
)
//兼容历史数据的调整
.
in
(
TSocialInfo:
:
getHandleStatus
,
CommonConstants
.
socialInfoStatus
));
if
(
CollectionUtils
.
isNotEmpty
(
socialist
))
{
for
(
TSocialInfo
socialInfo1
:
socialist
)
{
...
...
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