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
68a755e7
Commit
68a755e7
authored
Mar 13, 2024
by
huyuchen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
明细接口改造
parent
b7769602
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
TSalaryStandardServiceImpl.java
.../yifu/salary/service/impl/TSalaryStandardServiceImpl.java
+2
-2
No files found.
yifu-salary/yifu-salary-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/salary/service/impl/TSalaryStandardServiceImpl.java
View file @
68a755e7
...
@@ -673,7 +673,7 @@ public class TSalaryStandardServiceImpl extends ServiceImpl<TSalaryStandardMappe
...
@@ -673,7 +673,7 @@ public class TSalaryStandardServiceImpl extends ServiceImpl<TSalaryStandardMappe
// 缴纳月份
// 缴纳月份
socialParam
.
setFd_3adfe8cf632700
(
account
.
getDeduSocialMonth
());
socialParam
.
setFd_3adfe8cf632700
(
account
.
getDeduSocialMonth
());
// 生成月份
// 生成月份
socialParam
.
setFd_3adfe8cb96c41e
(
account
.
getDeduSocialMonth
()
);
socialParam
.
setFd_3adfe8cb96c41e
(
null
!=
account
.
getDeduSocialMonth
()
?
account
.
getDeduSocialMonth
().
replace
(
"-"
,
""
)
:
null
);
// 预估单位合计
// 预估单位合计
socialParam
.
setFd_3adfeb4e8064a8
(
account
.
getFd_3bcd41d857b764
());
socialParam
.
setFd_3adfeb4e8064a8
(
account
.
getFd_3bcd41d857b764
());
// 预估个人合计
// 预估个人合计
...
@@ -806,7 +806,7 @@ public class TSalaryStandardServiceImpl extends ServiceImpl<TSalaryStandardMappe
...
@@ -806,7 +806,7 @@ public class TSalaryStandardServiceImpl extends ServiceImpl<TSalaryStandardMappe
// 缴纳月份
// 缴纳月份
socialParam
.
setFd_3adfe8cf632700
(
account
.
getDeduProvidentMonth
());
socialParam
.
setFd_3adfe8cf632700
(
account
.
getDeduProvidentMonth
());
// 生成月份
// 生成月份
socialParam
.
setFd_3adfe8cb96c41e
(
account
.
getDeduProvidentMonth
()
);
socialParam
.
setFd_3adfe8cb96c41e
(
null
!=
account
.
getDeduProvidentMonth
()
?
account
.
getDeduProvidentMonth
().
replace
(
"-"
,
""
)
:
null
);
//结算状态
//结算状态
socialParam
.
setFd_3add9ea428879a
(
CommonConstants
.
SALARY_UNFLAG
);
socialParam
.
setFd_3add9ea428879a
(
CommonConstants
.
SALARY_UNFLAG
);
//单位代缴
//单位代缴
...
...
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