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
7171cace
Commit
7171cace
authored
May 06, 2025
by
huyuchen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
huych-实缴推送优化
parent
a26dec4d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
EkpSocialInfoServiceImpl.java
...ud/plus/v1/ekp/service/impl/EkpSocialInfoServiceImpl.java
+9
-9
No files found.
yifu-ekp/yifu-ekp-biz/src/main/java/com/yifu/cloud/plus/v1/ekp/service/impl/EkpSocialInfoServiceImpl.java
View file @
7171cace
...
@@ -266,23 +266,23 @@ public class EkpSocialInfoServiceImpl extends ServiceImpl<EkpSocialInfoMapper, E
...
@@ -266,23 +266,23 @@ public class EkpSocialInfoServiceImpl extends ServiceImpl<EkpSocialInfoMapper, E
socialInfoList
.
add
(
socialInfo
);
socialInfoList
.
add
(
socialInfo
);
//金额累加
//金额累加
//预估单位合计
//预估单位合计
ygDwSum
=
ygDwSum
.
add
(
BigDecimal
.
valueOf
(
socialInfo
.
getFd_3adfeb4e8064a8
()));
ygDwSum
=
ygDwSum
.
add
(
Common
.
isEmpty
(
socialInfo
.
getFd_3adfeb4e8064a8
())
?
BigDecimal
.
ZERO
:
BigDecimal
.
valueOf
(
socialInfo
.
getFd_3adfeb4e8064a8
()));
//实缴单位合计
//实缴单位合计
sjDwSum
=
sjDwSum
.
add
(
BigDecimal
.
valueOf
(
socialInfo
.
getFd_3af9f2e9208e4e
()));
sjDwSum
=
sjDwSum
.
add
(
Common
.
isEmpty
(
socialInfo
.
getFd_3af9f2e9208e4e
())
?
BigDecimal
.
ZERO
:
BigDecimal
.
valueOf
(
socialInfo
.
getFd_3af9f2e9208e4e
()));
//实缴个人合计
//实缴个人合计
sjPersonSum
=
sjPersonSum
.
add
(
BigDecimal
.
valueOf
(
socialInfo
.
getFd_3af9f303037214
()));
sjPersonSum
=
sjPersonSum
.
add
(
Common
.
isEmpty
(
socialInfo
.
getFd_3af9f303037214
())
?
BigDecimal
.
ZERO
:
BigDecimal
.
valueOf
(
socialInfo
.
getFd_3af9f303037214
()));
//预估合计
//预估合计
ygSum
=
ygSum
.
add
(
BigDecimal
.
valueOf
(
socialInfo
.
getFd_3af9f2883941b4
()));
ygSum
=
ygSum
.
add
(
Common
.
isEmpty
(
socialInfo
.
getFd_3af9f2883941b4
())
?
BigDecimal
.
ZERO
:
BigDecimal
.
valueOf
(
socialInfo
.
getFd_3af9f2883941b4
()));
//预估个人合计
//预估个人合计
ygPersonSum
=
ygPersonSum
.
add
(
BigDecimal
.
valueOf
(
socialInfo
.
getFd_3af9f285ee1e38
()));
ygPersonSum
=
ygPersonSum
.
add
(
Common
.
isEmpty
(
socialInfo
.
getFd_3af9f285ee1e38
())
?
BigDecimal
.
ZERO
:
BigDecimal
.
valueOf
(
socialInfo
.
getFd_3af9f285ee1e38
()));
//实缴合计
//实缴合计
sjSum
=
sjSum
.
add
(
BigDecimal
.
valueOf
(
socialInfo
.
getFd_3af9f3059e5b9c
()));
sjSum
=
sjSum
.
add
(
Common
.
isEmpty
(
socialInfo
.
getFd_3af9f3059e5b9c
())
?
BigDecimal
.
ZERO
:
BigDecimal
.
valueOf
(
socialInfo
.
getFd_3af9f3059e5b9c
()));
//应收
//应收
ys
=
ys
.
add
(
BigDecimal
.
valueOf
(
socialInfo
.
getFd_3adfeb7b624f06
()));
ys
=
ys
.
add
(
Common
.
isEmpty
(
socialInfo
.
getFd_3adfeb7b624f06
())
?
BigDecimal
.
ZERO
:
BigDecimal
.
valueOf
(
socialInfo
.
getFd_3adfeb7b624f06
()));
//个人应收
//个人应收
personYs
=
personYs
.
add
(
BigDecimal
.
valueOf
(
socialInfo
.
getFd_3b35a57aee1428
()));
personYs
=
personYs
.
add
(
Common
.
isEmpty
(
socialInfo
.
getFd_3b35a57aee1428
())
?
BigDecimal
.
ZERO
:
BigDecimal
.
valueOf
(
socialInfo
.
getFd_3b35a57aee1428
()));
//单位应收
//单位应收
dwYs
=
dwYs
.
add
(
BigDecimal
.
valueOf
(
socialInfo
.
getFd_3b35a57b6e9d0a
()));
dwYs
=
dwYs
.
add
(
Common
.
isEmpty
(
socialInfo
.
getFd_3b35a57b6e9d0a
())
?
BigDecimal
.
ZERO
:
BigDecimal
.
valueOf
(
socialInfo
.
getFd_3b35a57b6e9d0a
()));
if
(
CommonConstants
.
ZERO_STRING
.
equals
(
socialParam
.
getYgFlag
()))
{
if
(
CommonConstants
.
ZERO_STRING
.
equals
(
socialParam
.
getYgFlag
()))
{
stringBuilder
.
append
(
socialParam
.
getSocialIds
()).
append
(
","
);
stringBuilder
.
append
(
socialParam
.
getSocialIds
()).
append
(
","
);
...
...
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