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
c6eee457
Commit
c6eee457
authored
Jun 11, 2024
by
huyuchen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
实缴修改
parent
d1efc797
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
2 deletions
+16
-2
TPaymentInfoServiceImpl.java
.../v1/yifu/social/service/impl/TPaymentInfoServiceImpl.java
+16
-2
No files found.
yifu-social/yifu-social-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/social/service/impl/TPaymentInfoServiceImpl.java
View file @
c6eee457
...
...
@@ -3439,6 +3439,8 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
}
else
{
if
(
Common
.
isNotNull
(
pensionMoneyMap
.
get
(
exitMoneyPer
)))
{
payExists
.
setPersonalPensionMoney
(
pensionMoneyMap
.
get
(
exitMoneyPer
));
}
else
{
payExists
.
setPersonalPensionMoney
(
BigDecimal
.
ZERO
);
}
payExists
.
setUnitPensionMoney
(
infoVo
.
getPaymentMoney
());
pensionMoneyMap
.
put
(
exitMoneyCon
,
BigDecimalUtils
.
isNullToZero
(
infoVo
.
getPaymentMoney
()));
...
...
@@ -3452,6 +3454,8 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
}
else
{
if
(
Common
.
isNotNull
(
pensionMoneyMap
.
get
(
exitMoneyCon
)))
{
payExists
.
setUnitPensionMoney
(
pensionMoneyMap
.
get
(
exitMoneyCon
));
}
else
{
payExists
.
setUnitPensionMoney
(
BigDecimal
.
ZERO
);
}
payExists
.
setPersonalPensionMoney
(
infoVo
.
getPaymentMoney
());
pensionMoneyMap
.
put
(
exitMoneyPer
,
BigDecimalUtils
.
isNullToZero
(
infoVo
.
getPaymentMoney
()));
...
...
@@ -3499,6 +3503,8 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
}
else
{
if
(
Common
.
isNotNull
(
unEmpMoneyMap
.
get
(
exitMoneyPer
)))
{
payExists
.
setPersonalUnemploymentMoney
(
unEmpMoneyMap
.
get
(
exitMoneyPer
));
}
else
{
payExists
.
setPersonalUnemploymentMoney
(
BigDecimal
.
ZERO
);
}
payExists
.
setUnitUnemploymentMoney
(
infoVo
.
getPaymentMoney
());
unEmpMoneyMap
.
put
(
exitMoneyCon
,
BigDecimalUtils
.
isNullToZero
(
infoVo
.
getPaymentMoney
()));
...
...
@@ -3512,6 +3518,8 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
}
else
{
if
(
Common
.
isNotNull
(
unEmpMoneyMap
.
get
(
exitMoneyCon
)))
{
payExists
.
setUnitUnemploymentMoney
(
unEmpMoneyMap
.
get
(
exitMoneyCon
));
}
else
{
payExists
.
setUnitUnemploymentMoney
(
BigDecimal
.
ZERO
);
}
payExists
.
setPersonalUnemploymentMoney
(
infoVo
.
getPaymentMoney
());
unEmpMoneyMap
.
put
(
exitMoneyPer
,
BigDecimalUtils
.
isNullToZero
(
infoVo
.
getPaymentMoney
()));
...
...
@@ -3559,6 +3567,8 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
}
else
{
if
(
Common
.
isNotNull
(
medicalMoneyMap
.
get
(
exitMoneyPer
)))
{
payExists
.
setPersonalMedicalMoney
(
medicalMoneyMap
.
get
(
exitMoneyPer
));
}
else
{
payExists
.
setPersonalMedicalMoney
(
BigDecimal
.
ZERO
);
}
payExists
.
setUnitMedicalMoney
(
infoVo
.
getPaymentMoney
());
medicalMoneyMap
.
put
(
exitMoneyCon
,
BigDecimalUtils
.
isNullToZero
(
infoVo
.
getPaymentMoney
()));
...
...
@@ -3572,6 +3582,8 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
}
else
{
if
(
Common
.
isNotNull
(
medicalMoneyMap
.
get
(
exitMoneyCon
)))
{
payExists
.
setUnitMedicalMoney
(
medicalMoneyMap
.
get
(
exitMoneyCon
));
}
else
{
payExists
.
setUnitMedicalMoney
(
BigDecimal
.
ZERO
);
}
payExists
.
setPersonalMedicalMoney
(
infoVo
.
getPaymentMoney
());
medicalMoneyMap
.
put
(
exitMoneyPer
,
BigDecimalUtils
.
isNullToZero
(
infoVo
.
getPaymentMoney
()));
...
...
@@ -3658,6 +3670,8 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
}
else
{
if
(
Common
.
isNotNull
(
bigMoneyMap
.
get
(
exitMoneyPer
)))
{
payExists
.
setPersonalBigmailmentMoney
(
bigMoneyMap
.
get
(
exitMoneyPer
));
}
else
{
payExists
.
setPersonalBigmailmentMoney
(
BigDecimal
.
ZERO
);
}
payExists
.
setUnitBigmailmentMoney
(
infoVo
.
getPaymentMoney
());
bigMoneyMap
.
put
(
exitMoneyCon
,
BigDecimalUtils
.
isNullToZero
(
infoVo
.
getPaymentMoney
()));
...
...
@@ -3671,6 +3685,8 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
}
else
{
if
(
Common
.
isNotNull
(
bigMoneyMap
.
get
(
exitMoneyCon
)))
{
payExists
.
setUnitBigmailmentMoney
(
bigMoneyMap
.
get
(
exitMoneyCon
));
}
else
{
payExists
.
setUnitBigmailmentMoney
(
BigDecimal
.
ZERO
);
}
payExists
.
setPersonalBigmailmentMoney
(
infoVo
.
getPaymentMoney
());
bigMoneyMap
.
put
(
exitMoneyPer
,
BigDecimalUtils
.
isNullToZero
(
infoVo
.
getPaymentMoney
()));
...
...
@@ -3742,8 +3758,6 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
}
batchBirthInsertList
.
put
(
exitInsertPaymnet
,
payExists
);
}
errorMessageList
.
put
(
UUID
.
randomUUID
().
toString
(),
new
ErrorMessage
(
infoVo
.
getRowIndex
(),
CommonConstants
.
SAVE_SUCCESS
,
infoVo
));
}
}
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