Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
8
8timerapiv200
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
8timerv2
8timerapiv200
Commits
6ce488b7
Commit
6ce488b7
authored
4 years ago
by
ilal
Committed by
chenzg
3 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交BUG
parent
f74a0f77
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
src/main/java/cn/timer/api/controller/xcgl/SalaryManagementController.java
+6
-6
No files found.
src/main/java/cn/timer/api/controller/xcgl/SalaryManagementController.java
View file @
6ce488b7
...
@@ -2212,12 +2212,12 @@ public class SalaryManagementController {
...
@@ -2212,12 +2212,12 @@ public class SalaryManagementController {
taxmonth
=
SalaryTool
.
getfirstnextMo
(
salary_month
+
"-01 00:00:00"
);
taxmonth
=
SalaryTool
.
getfirstnextMo
(
salary_month
+
"-01 00:00:00"
);
}
}
gsmx
.
setTaxMonth
(
taxmonth
);
//税款所属月份
gsmx
.
setTaxMonth
(
taxmonth
);
//税款所属月份
gsmx
.
setCumZljy
(
zxf
==
null
?
0
:
zxf
.
getChildrenedu
(
));
//累计子女教育
gsmx
.
setCumZljy
(
zxf
==
null
?
0
:
(
zxf
.
getChildrenedu
()
==
null
?
0
:
zxf
.
getChildrenedu
()
));
//累计子女教育
gsmx
.
setCumZfdklx
(
zxf
==
null
?
0
:
zxf
.
getHouseloans
(
));
//累计住房贷款利息
gsmx
.
setCumZfdklx
(
zxf
==
null
?
0
:
(
zxf
.
getHouseloans
()
==
null
?
0
:
zxf
.
getHouseloans
()
));
//累计住房贷款利息
gsmx
.
setCumZfzj
(
zxf
==
null
?
0
:
zxf
.
getHouserents
(
));
//累计住房租金
gsmx
.
setCumZfzj
(
zxf
==
null
?
0
:
(
zxf
.
getHouserents
()
==
null
?
0
:
zxf
.
getHouserents
()
));
//累计住房租金
gsmx
.
setCumSylr
(
zxf
==
null
?
0
:
zxf
.
getSupportolder
(
));
//累计赡养老人
gsmx
.
setCumSylr
(
zxf
==
null
?
0
:
(
zxf
.
getSupportolder
()
==
null
?
0
:
zxf
.
getSupportolder
()
));
//累计赡养老人
gsmx
.
setCumJxjy
(
zxf
==
null
?
0
:
zxf
.
getContinueedu
(
));
//累计继续教育
gsmx
.
setCumJxjy
(
zxf
==
null
?
0
:
(
zxf
.
getContinueedu
()
==
null
?
0
:
zxf
.
getContinueedu
()
));
//累计继续教育
gsmx
.
setCumZxfjkc
(
zxf
==
null
?
0
:
zxf
.
getTotalmoney
(
));
//累计专项附加扣除
gsmx
.
setCumZxfjkc
(
zxf
==
null
?
0
:
(
zxf
.
getTotalmoney
()
==
null
?
0
:
zxf
.
getTotalmoney
()
));
//累计专项附加扣除
gsmx
.
setTaxType
(
"工资薪金所得"
);
//计税类型
gsmx
.
setTaxType
(
"工资薪金所得"
);
//计税类型
gsmx
.
setCurrentIncome
(
wages_payable
);
//本期收入 【应发工资】
gsmx
.
setCurrentIncome
(
wages_payable
);
//本期收入 【应发工资】
SbgjjAssoYjzd
cuspde
=
sbgjjassoyjzdmapper
.
IndividualTotalsbgjj
(
gsus
,
orgcode
,
salary_month
);
SbgjjAssoYjzd
cuspde
=
sbgjjassoyjzdmapper
.
IndividualTotalsbgjj
(
gsus
,
orgcode
,
salary_month
);
...
...
This diff is collapsed.
Click to expand it.
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