Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
K
klck
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
位宇华
klck
Commits
98e02c8f
Commit
98e02c8f
authored
8 months ago
by
位宇华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码提交
parent
95152afe
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
26 deletions
+23
-26
ruoyi-wages/src/main/java/com/ruoyi/system/constant/SalaryConstant.java
...c/main/java/com/ruoyi/system/constant/SalaryConstant.java
+20
-20
ruoyi-wages/src/main/java/com/ruoyi/system/support/CurrentRuleSalarySupport.java
...va/com/ruoyi/system/support/CurrentRuleSalarySupport.java
+3
-6
No files found.
ruoyi-wages/src/main/java/com/ruoyi/system/constant/SalaryConstant.java
View file @
98e02c8f
...
...
@@ -8,15 +8,15 @@ public class SalaryConstant {
/**
* 项目
*/
public
final
static
Set
<
String
>
ORG_SET
=
Stream
.
of
(
"
单位
"
).
collect
(
Collectors
.
toSet
());
public
final
static
Set
<
String
>
ORG_SET
=
Stream
.
of
(
"
项目
"
).
collect
(
Collectors
.
toSet
());
/**
* 人数
*/
public
final
static
Set
<
String
>
PERSON_COUNT_SET
=
Stream
.
of
(
"
在册
"
).
collect
(
Collectors
.
toSet
());
public
final
static
Set
<
String
>
PERSON_COUNT_SET
=
Stream
.
of
(
"
人数
"
).
collect
(
Collectors
.
toSet
());
/**
* 医疗补贴
*/
public
final
static
Set
<
String
>
MEDICAL_SUBSIDY_SET
=
Stream
.
of
(
"医贴"
).
collect
(
Collectors
.
toSet
());
public
final
static
Set
<
String
>
MEDICAL_SUBSIDY_SET
=
Stream
.
of
(
"医
疗补
贴"
).
collect
(
Collectors
.
toSet
());
/**
* 应付工资
*/
...
...
@@ -24,11 +24,11 @@ public class SalaryConstant {
/**
* 应付工资合计
*/
public
final
static
Set
<
String
>
SUMSALARY_SET
=
Stream
.
of
(
"
工资总额
"
).
collect
(
Collectors
.
toSet
());
public
final
static
Set
<
String
>
SUMSALARY_SET
=
Stream
.
of
(
"
应付工资合计
"
).
collect
(
Collectors
.
toSet
());
/**
* 基本养老保险
*/
public
final
static
Set
<
String
>
OLD_INSURANCE_SET
=
Stream
.
of
(
"养老保险"
).
collect
(
Collectors
.
toSet
());
public
final
static
Set
<
String
>
OLD_INSURANCE_SET
=
Stream
.
of
(
"
基本
养老保险"
).
collect
(
Collectors
.
toSet
());
/**
* 年金
*/
...
...
@@ -36,19 +36,19 @@ public class SalaryConstant {
/**
* 一次性补缴的补充医疗保险(按上年度0.5%)
*/
public
final
static
Set
<
String
>
SINGLE_SUPPLY_MEDICAL_INSURANCE_SET
=
Stream
.
of
(
""
).
collect
(
Collectors
.
toSet
());
public
final
static
Set
<
String
>
SINGLE_SUPPLY_MEDICAL_INSURANCE_SET
=
Stream
.
of
(
"
一次性补缴的补充医疗保险(按上年度0.5%)
"
).
collect
(
Collectors
.
toSet
());
/**
* 基本医疗保险
*/
public
final
static
Set
<
String
>
MEDICAL_INSURANCE_SET
=
Stream
.
of
(
"医疗保险"
).
collect
(
Collectors
.
toSet
());
public
final
static
Set
<
String
>
MEDICAL_INSURANCE_SET
=
Stream
.
of
(
"
基本
医疗保险"
).
collect
(
Collectors
.
toSet
());
/**
* 补充医疗保险
*/
public
final
static
Set
<
String
>
SUPPLY_MEDICAL_INSURANCE_SET
=
Stream
.
of
(
""
).
collect
(
Collectors
.
toSet
());
public
final
static
Set
<
String
>
SUPPLY_MEDICAL_INSURANCE_SET
=
Stream
.
of
(
"
补充医疗保险
"
).
collect
(
Collectors
.
toSet
());
/**
* 生育保险
*/
public
final
static
Set
<
String
>
BIRTH_INSURANCE_SET
=
Stream
.
of
(
""
).
collect
(
Collectors
.
toSet
());
public
final
static
Set
<
String
>
BIRTH_INSURANCE_SET
=
Stream
.
of
(
"
生育保险
"
).
collect
(
Collectors
.
toSet
());
/**
* 费用来源
*/
...
...
@@ -60,11 +60,11 @@ public class SalaryConstant {
/**
* 工伤保险
*/
public
final
static
Set
<
String
>
INJURY_INSURANCE_SET
=
Stream
.
of
(
""
).
collect
(
Collectors
.
toSet
());
public
final
static
Set
<
String
>
INJURY_INSURANCE_SET
=
Stream
.
of
(
"
工伤保险
"
).
collect
(
Collectors
.
toSet
());
/**
* 企业住房公积金
*/
public
final
static
Set
<
String
>
COMPANY_HOUSE_FUND_SET
=
Stream
.
of
(
""
).
collect
(
Collectors
.
toSet
());
public
final
static
Set
<
String
>
COMPANY_HOUSE_FUND_SET
=
Stream
.
of
(
"
企业住房公积金
"
).
collect
(
Collectors
.
toSet
());
/**
* 住房公积金
*/
...
...
@@ -72,38 +72,38 @@ public class SalaryConstant {
/**
* 工会经费
*/
public
final
static
Set
<
String
>
LABOR_UNION_DUES_SET
=
Stream
.
of
(
"
会
费"
).
collect
(
Collectors
.
toSet
());
public
final
static
Set
<
String
>
LABOR_UNION_DUES_SET
=
Stream
.
of
(
"
工会经
费"
).
collect
(
Collectors
.
toSet
());
/**
* 提取职教费
*/
public
final
static
Set
<
String
>
EDU_FEES_SET
=
Stream
.
of
(
"
培训费随资
"
).
collect
(
Collectors
.
toSet
());
public
final
static
Set
<
String
>
EDU_FEES_SET
=
Stream
.
of
(
"
提取职教费
"
).
collect
(
Collectors
.
toSet
());
/**
* 一孩
*/
public
final
static
Set
<
String
>
oneChild_SET
=
Stream
.
of
(
"计育
"
).
collect
(
Collectors
.
toSet
());
public
final
static
Set
<
String
>
oneChild_SET
=
Stream
.
of
(
"一孩
"
).
collect
(
Collectors
.
toSet
());
/**
* 班中餐
*/
public
final
static
Set
<
String
>
LUNCH_SET
=
Stream
.
of
(
"班
餐"
).
collect
(
Collectors
.
toSet
());
public
final
static
Set
<
String
>
LUNCH_SET
=
Stream
.
of
(
"班中
餐"
).
collect
(
Collectors
.
toSet
());
/**
* 长户险
*/
public
final
static
Set
<
String
>
LONG_ACCOUNT_INSURANCE_SET
=
Stream
.
of
(
"
"
).
collect
(
Collectors
.
toSet
());
public
final
static
Set
<
String
>
LONG_ACCOUNT_INSURANCE_SET
=
Stream
.
of
(
"长户险
"
).
collect
(
Collectors
.
toSet
());
/**
* 荣誉金
*/
public
final
static
Set
<
String
>
HONOR_MONEY_SET
=
Stream
.
of
(
"
"
).
collect
(
Collectors
.
toSet
());
public
final
static
Set
<
String
>
HONOR_MONEY_SET
=
Stream
.
of
(
"荣誉金
"
).
collect
(
Collectors
.
toSet
());
/**
* 取暖补贴
*/
public
final
static
Set
<
String
>
WARM_SUBSIDY_SET
=
Stream
.
of
(
"扣取暖
"
).
collect
(
Collectors
.
toSet
());
public
final
static
Set
<
String
>
WARM_SUBSIDY_SET
=
Stream
.
of
(
"取暖补贴
"
).
collect
(
Collectors
.
toSet
());
/**
* 防暑降温
*/
public
final
static
Set
<
String
>
HEAT_PREVENT_SUBSIDY_SET
=
Stream
.
of
(
"
"
).
collect
(
Collectors
.
toSet
());
public
final
static
Set
<
String
>
HEAT_PREVENT_SUBSIDY_SET
=
Stream
.
of
(
"防暑降温
"
).
collect
(
Collectors
.
toSet
());
/**
* 所属矿
*/
public
final
static
Set
<
String
>
BELONG_TO_COAL_SET
=
Stream
.
of
(
"011702
"
).
collect
(
Collectors
.
toSet
());
public
final
static
Set
<
String
>
BELONG_TO_COAL_SET
=
Stream
.
of
(
"所属矿
"
).
collect
(
Collectors
.
toSet
());
}
This diff is collapsed.
Click to expand it.
ruoyi-wages/src/main/java/com/ruoyi/system/support/CurrentRuleSalarySupport.java
View file @
98e02c8f
...
...
@@ -32,8 +32,7 @@ public class CurrentRuleSalarySupport {
* @return
*/
private
static
List
<
SalaryExcelModel
>
getTsMineSalaryData
(
List
<
NewRuleRequestModel
>
newRuleSalaryRequestModelList
)
{
List
<
SalaryExcelModel
>
salaryExcelModelList
=
new
ArrayList
<>();
return
salaryExcelModelList
;
return
getSalaryMapping
(
newRuleSalaryRequestModelList
);
}
...
...
@@ -55,8 +54,7 @@ public class CurrentRuleSalarySupport {
* @return
*/
private
static
List
<
SalaryExcelModel
>
getLxMineSalaryData
(
List
<
NewRuleRequestModel
>
newRuleSalaryRequestModelList
)
{
List
<
SalaryExcelModel
>
salaryExcelModelList
=
new
ArrayList
<>();
return
salaryExcelModelList
;
return
getSalaryMapping
(
newRuleSalaryRequestModelList
);
}
/**
...
...
@@ -66,8 +64,7 @@ public class CurrentRuleSalarySupport {
* @return
*/
private
static
List
<
SalaryExcelModel
>
getDhtMineSalaryData
(
List
<
NewRuleRequestModel
>
newRuleSalaryRequestModelList
)
{
List
<
SalaryExcelModel
>
salaryExcelModelList
=
new
ArrayList
<>();
return
salaryExcelModelList
;
return
getSalaryMapping
(
newRuleSalaryRequestModelList
);
}
public
static
List
<
SalaryExcelModel
>
getSalaryMapping
(
List
<
NewRuleRequestModel
>
newRuleSalaryRequestModelList
)
{
...
...
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