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
c3b6aad3
Commit
c3b6aad3
authored
Dec 15, 2022
by
fangxinjiang
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/MVP1.2' into MVP1.2
parents
f37b588d
5ce144fb
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
27 additions
and
258 deletions
+27
-258
SalaryConstants.java
.../cloud/plus/v1/yifu/salary/constants/SalaryConstants.java
+0
-231
TSalaryAccount2022.java
.../cloud/plus/v1/yifu/salary/entity/TSalaryAccount2022.java
+3
-3
TSpecialDeducationSum.java
...oud/plus/v1/yifu/salary/entity/TSpecialDeducationSum.java
+3
-3
TStatisticsCurrentReportMarket.java
...v1/yifu/salary/entity/TStatisticsCurrentReportMarket.java
+3
-3
TStatisticsTaxSalary.java
...loud/plus/v1/yifu/salary/entity/TStatisticsTaxSalary.java
+3
-3
TSpecialDeducationSumVo.java
...cloud/plus/v1/yifu/salary/vo/TSpecialDeducationSumVo.java
+4
-4
TStatisticsCurrentReportVo.java
...ud/plus/v1/yifu/salary/vo/TStatisticsCurrentReportVo.java
+4
-4
TStatisticsTaxSalaryVo.java
.../cloud/plus/v1/yifu/salary/vo/TStatisticsTaxSalaryVo.java
+4
-4
SalaryUploadServiceImpl.java
.../v1/yifu/salary/service/impl/SalaryUploadServiceImpl.java
+1
-1
SalaryConstants.java
.../yifu/cloud/plus/v1/yifu/salary/util/SalaryConstants.java
+2
-2
No files found.
yifu-salary/yifu-salary-api/src/main/java/com/yifu/cloud/plus/v1/yifu/salary/constants/SalaryConstants.java
View file @
c3b6aad3
This diff is collapsed.
Click to expand it.
yifu-salary/yifu-salary-api/src/main/java/com/yifu/cloud/plus/v1/yifu/salary/entity/TSalaryAccount2022.java
View file @
c3b6aad3
...
...
@@ -270,11 +270,11 @@ public class TSalaryAccount2022 {
@ExcelProperty
(
"单位name"
)
private
String
unitName
;
/**
* 累计
婴幼儿照护费用
* 累计
3岁以下婴幼儿照护
*/
@ExcelAttribute
(
name
=
"累计
婴幼儿照护费用
"
)
@ExcelAttribute
(
name
=
"累计
3岁以下婴幼儿照护
"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"累计
婴幼儿照护费用
"
)
@ExcelProperty
(
"累计
3岁以下婴幼儿照护
"
)
private
BigDecimal
sumBabyMoney
;
/**
* 是否当月新增人员
...
...
yifu-salary/yifu-salary-api/src/main/java/com/yifu/cloud/plus/v1/yifu/salary/entity/TSpecialDeducationSum.java
View file @
c3b6aad3
...
...
@@ -180,12 +180,12 @@ public class TSpecialDeducationSum extends BaseEntity {
private
BigDecimal
sumContinuingEducationMoney
;
/**
* 累计
婴幼儿照护费用
(累计3岁以下婴幼儿照护)
* 累计
3岁以下婴幼儿照护
(累计3岁以下婴幼儿照护)
* hgw 2022-4-2 11:05:44 樊青青提的需求
*/
@ExcelAttribute
(
name
=
"累计
婴幼儿照护费用
"
,
isFloat
=
true
,
max
=
"999999999.99"
)
@ExcelAttribute
(
name
=
"累计
3岁以下婴幼儿照护
"
,
isFloat
=
true
,
max
=
"999999999.99"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
value
=
"累计
婴幼儿照护费用
"
)
@ExcelProperty
(
value
=
"累计
3岁以下婴幼儿照护
"
)
private
BigDecimal
sumBabyMoney
;
/**
...
...
yifu-salary/yifu-salary-api/src/main/java/com/yifu/cloud/plus/v1/yifu/salary/entity/TStatisticsCurrentReportMarket.java
View file @
c3b6aad3
...
...
@@ -380,11 +380,11 @@ public class TStatisticsCurrentReportMarket {
@ExcelProperty
(
"单位name"
)
private
String
unitName
;
/**
* 累计
婴幼儿照护费用
* 累计
3岁以下婴幼儿照护
*/
@ExcelAttribute
(
name
=
"累计
婴幼儿照护费用
"
)
@ExcelAttribute
(
name
=
"累计
3岁以下婴幼儿照护
"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"累计
婴幼儿照护费用
"
)
@ExcelProperty
(
"累计
3岁以下婴幼儿照护
"
)
private
BigDecimal
sumBabyMoney
;
@ExcelAttribute
(
name
=
"累计个人养老金"
,
isFloat
=
true
,
max
=
"999999999.99"
)
...
...
yifu-salary/yifu-salary-api/src/main/java/com/yifu/cloud/plus/v1/yifu/salary/entity/TStatisticsTaxSalary.java
View file @
c3b6aad3
...
...
@@ -267,11 +267,11 @@ public class TStatisticsTaxSalary {
@ExcelProperty
(
"专项汇总"
)
private
BigDecimal
specialDeduMoney
;
/**
* 累计
婴幼儿照护费用
* 累计
3岁以下婴幼儿照护
*/
@ExcelAttribute
(
name
=
"累计
婴幼儿照护费用
"
)
@ExcelAttribute
(
name
=
"累计
3岁以下婴幼儿照护
"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"累计
婴幼儿照护费用
"
)
@ExcelProperty
(
"累计
3岁以下婴幼儿照护
"
)
private
BigDecimal
sumBabyMoney
;
/**
* 是否当月新增人员
...
...
yifu-salary/yifu-salary-api/src/main/java/com/yifu/cloud/plus/v1/yifu/salary/vo/TSpecialDeducationSumVo.java
View file @
c3b6aad3
...
...
@@ -213,12 +213,12 @@ public class TSpecialDeducationSumVo extends RowIndex implements Serializable {
@ExcelProperty
(
"累计继续教育"
)
private
BigDecimal
sumContinuingEducationMoney
;
/**
* 累计
婴幼儿照护费用
* 累计
3岁以下婴幼儿照护
*/
@ExcelAttribute
(
name
=
"累计
婴幼儿照护费用
"
)
@Schema
(
description
=
"累计
婴幼儿照护费用
"
)
@ExcelAttribute
(
name
=
"累计
3岁以下婴幼儿照护
"
)
@Schema
(
description
=
"累计
3岁以下婴幼儿照护
"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"累计
婴幼儿照护费用
"
)
@ExcelProperty
(
"累计
3岁以下婴幼儿照护
"
)
private
BigDecimal
sumBabyMoney
;
/**
* 企业(职业)年金
...
...
yifu-salary/yifu-salary-api/src/main/java/com/yifu/cloud/plus/v1/yifu/salary/vo/TStatisticsCurrentReportVo.java
View file @
c3b6aad3
...
...
@@ -298,12 +298,12 @@ public class TStatisticsCurrentReportVo extends RowIndex implements Serializable
@ExcelProperty
(
"专项汇总"
)
private
BigDecimal
specialDeduMoney
;
/**
* 累计
婴幼儿照护费用
* 累计
3岁以下婴幼儿照护
*/
@ExcelAttribute
(
name
=
"累计
婴幼儿照护费用
"
)
@Schema
(
description
=
"累计
婴幼儿照护费用
"
)
@ExcelAttribute
(
name
=
"累计
3岁以下婴幼儿照护
"
)
@Schema
(
description
=
"累计
3岁以下婴幼儿照护
"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"累计
婴幼儿照护费用
"
)
@ExcelProperty
(
"累计
3岁以下婴幼儿照护
"
)
private
BigDecimal
sumBabyMoney
;
}
yifu-salary/yifu-salary-api/src/main/java/com/yifu/cloud/plus/v1/yifu/salary/vo/TStatisticsTaxSalaryVo.java
View file @
c3b6aad3
...
...
@@ -298,12 +298,12 @@ public class TStatisticsTaxSalaryVo extends RowIndex implements Serializable {
@ExcelProperty
(
"专项汇总"
)
private
BigDecimal
specialDeduMoney
;
/**
* 累计
婴幼儿照护费用
* 累计
3岁以下婴幼儿照护
*/
@ExcelAttribute
(
name
=
"累计
婴幼儿照护费用
"
)
@Schema
(
description
=
"累计
婴幼儿照护费用
"
)
@ExcelAttribute
(
name
=
"累计
3岁以下婴幼儿照护
"
)
@Schema
(
description
=
"累计
3岁以下婴幼儿照护
"
)
@HeadFontStyle
(
fontHeightInPoints
=
11
)
@ExcelProperty
(
"累计
婴幼儿照护费用
"
)
@ExcelProperty
(
"累计
3岁以下婴幼儿照护
"
)
private
BigDecimal
sumBabyMoney
;
}
yifu-salary/yifu-salary-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/salary/service/impl/SalaryUploadServiceImpl.java
View file @
c3b6aad3
...
...
@@ -683,7 +683,7 @@ public class SalaryUploadServiceImpl extends ServiceImpl<TSalaryStandardMapper,
sdSum
=
sdSum
.
add
(
this
.
saveNewItems
(
saiList
,
SalaryConstants
.
SUM_CONTINUING_EDUCATION_MONEY
,
SalaryConstants
.
SUM_CONTINUING_EDUCATION_MONEY_JAVA
,
sds
.
getSumContinuingEducationMoney
(),
CommonConstants
.
ZERO_INT
));
a
.
setSumContinuingEducationMoney
(
sds
.
getSumContinuingEducationMoney
());
//累计
婴幼儿照护费用
//累计
3岁以下婴幼儿照护
sdSum
=
sdSum
.
add
(
this
.
saveNewItems
(
saiList
,
SalaryConstants
.
SUM_BABY_MONEY
,
SalaryConstants
.
SUM_BABY_MONEY_JAVA
,
sds
.
getSumBabyMoney
(),
CommonConstants
.
ZERO_INT
));
a
.
setSumBabyMoney
(
sds
.
getSumBabyMoney
());
...
...
yifu-salary/yifu-salary-biz/src/main/java/com/yifu/cloud/plus/v1/yifu/salary/util/SalaryConstants.java
View file @
c3b6aad3
...
...
@@ -128,8 +128,8 @@ public class SalaryConstants {
//累计继续教育
public
static
final
String
SUM_CONTINUING_EDUCATION_MONEY_JAVA
=
"sumContinuingEducationMoney"
;
//累计
婴幼儿照护费用
public
static
final
String
SUM_BABY_MONEY
=
"累计
婴幼儿照护费用
"
;
//累计
3岁以下婴幼儿照护
public
static
final
String
SUM_BABY_MONEY
=
"累计
3岁以下婴幼儿照护
"
;
public
static
final
String
SUM_BABY_MONEY_JAVA
=
"sumBabyMoney"
;
//累计个人养老金
public
static
final
String
SUM_PRIVATE_PENSION
=
"累计个人养老金"
;
...
...
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