Commit c3b6aad3 authored by fangxinjiang's avatar fangxinjiang

Merge remote-tracking branch 'origin/MVP1.2' into MVP1.2

parents f37b588d 5ce144fb
...@@ -270,11 +270,11 @@ public class TSalaryAccount2022 { ...@@ -270,11 +270,11 @@ public class TSalaryAccount2022 {
@ExcelProperty("单位name") @ExcelProperty("单位name")
private String unitName; private String unitName;
/** /**
* 累计婴幼儿照护费用 * 累计3岁以下婴幼儿照护
*/ */
@ExcelAttribute(name = "累计婴幼儿照护费用") @ExcelAttribute(name = "累计3岁以下婴幼儿照护")
@HeadFontStyle(fontHeightInPoints = 11) @HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("累计婴幼儿照护费用") @ExcelProperty("累计3岁以下婴幼儿照护")
private BigDecimal sumBabyMoney; private BigDecimal sumBabyMoney;
/** /**
* 是否当月新增人员 * 是否当月新增人员
......
...@@ -180,12 +180,12 @@ public class TSpecialDeducationSum extends BaseEntity { ...@@ -180,12 +180,12 @@ public class TSpecialDeducationSum extends BaseEntity {
private BigDecimal sumContinuingEducationMoney; private BigDecimal sumContinuingEducationMoney;
/** /**
* 累计婴幼儿照护费用 (累计3岁以下婴幼儿照护) * 累计3岁以下婴幼儿照护 (累计3岁以下婴幼儿照护)
* hgw 2022-4-2 11:05:44 樊青青提的需求 * 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) @HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty(value = "累计婴幼儿照护费用") @ExcelProperty(value = "累计3岁以下婴幼儿照护")
private BigDecimal sumBabyMoney; private BigDecimal sumBabyMoney;
/** /**
......
...@@ -380,11 +380,11 @@ public class TStatisticsCurrentReportMarket { ...@@ -380,11 +380,11 @@ public class TStatisticsCurrentReportMarket {
@ExcelProperty("单位name") @ExcelProperty("单位name")
private String unitName; private String unitName;
/** /**
* 累计婴幼儿照护费用 * 累计3岁以下婴幼儿照护
*/ */
@ExcelAttribute(name = "累计婴幼儿照护费用") @ExcelAttribute(name = "累计3岁以下婴幼儿照护")
@HeadFontStyle(fontHeightInPoints = 11) @HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("累计婴幼儿照护费用") @ExcelProperty("累计3岁以下婴幼儿照护")
private BigDecimal sumBabyMoney; private BigDecimal sumBabyMoney;
@ExcelAttribute(name = "累计个人养老金", isFloat = true,max = "999999999.99") @ExcelAttribute(name = "累计个人养老金", isFloat = true,max = "999999999.99")
......
...@@ -267,11 +267,11 @@ public class TStatisticsTaxSalary { ...@@ -267,11 +267,11 @@ public class TStatisticsTaxSalary {
@ExcelProperty("专项汇总") @ExcelProperty("专项汇总")
private BigDecimal specialDeduMoney; private BigDecimal specialDeduMoney;
/** /**
* 累计婴幼儿照护费用 * 累计3岁以下婴幼儿照护
*/ */
@ExcelAttribute(name = "累计婴幼儿照护费用") @ExcelAttribute(name = "累计3岁以下婴幼儿照护")
@HeadFontStyle(fontHeightInPoints = 11) @HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("累计婴幼儿照护费用") @ExcelProperty("累计3岁以下婴幼儿照护")
private BigDecimal sumBabyMoney; private BigDecimal sumBabyMoney;
/** /**
* 是否当月新增人员 * 是否当月新增人员
......
...@@ -213,12 +213,12 @@ public class TSpecialDeducationSumVo extends RowIndex implements Serializable { ...@@ -213,12 +213,12 @@ public class TSpecialDeducationSumVo extends RowIndex implements Serializable {
@ExcelProperty("累计继续教育") @ExcelProperty("累计继续教育")
private BigDecimal sumContinuingEducationMoney; private BigDecimal sumContinuingEducationMoney;
/** /**
* 累计婴幼儿照护费用 * 累计3岁以下婴幼儿照护
*/ */
@ExcelAttribute(name = "累计婴幼儿照护费用") @ExcelAttribute(name = "累计3岁以下婴幼儿照护")
@Schema(description = "累计婴幼儿照护费用") @Schema(description = "累计3岁以下婴幼儿照护")
@HeadFontStyle(fontHeightInPoints = 11) @HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("累计婴幼儿照护费用") @ExcelProperty("累计3岁以下婴幼儿照护")
private BigDecimal sumBabyMoney; private BigDecimal sumBabyMoney;
/** /**
* 企业(职业)年金 * 企业(职业)年金
......
...@@ -298,12 +298,12 @@ public class TStatisticsCurrentReportVo extends RowIndex implements Serializable ...@@ -298,12 +298,12 @@ public class TStatisticsCurrentReportVo extends RowIndex implements Serializable
@ExcelProperty("专项汇总") @ExcelProperty("专项汇总")
private BigDecimal specialDeduMoney; private BigDecimal specialDeduMoney;
/** /**
* 累计婴幼儿照护费用 * 累计3岁以下婴幼儿照护
*/ */
@ExcelAttribute(name = "累计婴幼儿照护费用") @ExcelAttribute(name = "累计3岁以下婴幼儿照护")
@Schema(description = "累计婴幼儿照护费用") @Schema(description = "累计3岁以下婴幼儿照护")
@HeadFontStyle(fontHeightInPoints = 11) @HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("累计婴幼儿照护费用") @ExcelProperty("累计3岁以下婴幼儿照护")
private BigDecimal sumBabyMoney; private BigDecimal sumBabyMoney;
} }
...@@ -298,12 +298,12 @@ public class TStatisticsTaxSalaryVo extends RowIndex implements Serializable { ...@@ -298,12 +298,12 @@ public class TStatisticsTaxSalaryVo extends RowIndex implements Serializable {
@ExcelProperty("专项汇总") @ExcelProperty("专项汇总")
private BigDecimal specialDeduMoney; private BigDecimal specialDeduMoney;
/** /**
* 累计婴幼儿照护费用 * 累计3岁以下婴幼儿照护
*/ */
@ExcelAttribute(name = "累计婴幼儿照护费用") @ExcelAttribute(name = "累计3岁以下婴幼儿照护")
@Schema(description = "累计婴幼儿照护费用") @Schema(description = "累计3岁以下婴幼儿照护")
@HeadFontStyle(fontHeightInPoints = 11) @HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("累计婴幼儿照护费用") @ExcelProperty("累计3岁以下婴幼儿照护")
private BigDecimal sumBabyMoney; private BigDecimal sumBabyMoney;
} }
...@@ -683,7 +683,7 @@ public class SalaryUploadServiceImpl extends ServiceImpl<TSalaryStandardMapper, ...@@ -683,7 +683,7 @@ public class SalaryUploadServiceImpl extends ServiceImpl<TSalaryStandardMapper,
sdSum = sdSum.add(this.saveNewItems(saiList, SalaryConstants.SUM_CONTINUING_EDUCATION_MONEY, sdSum = sdSum.add(this.saveNewItems(saiList, SalaryConstants.SUM_CONTINUING_EDUCATION_MONEY,
SalaryConstants.SUM_CONTINUING_EDUCATION_MONEY_JAVA, sds.getSumContinuingEducationMoney(), CommonConstants.ZERO_INT)); SalaryConstants.SUM_CONTINUING_EDUCATION_MONEY_JAVA, sds.getSumContinuingEducationMoney(), CommonConstants.ZERO_INT));
a.setSumContinuingEducationMoney(sds.getSumContinuingEducationMoney()); a.setSumContinuingEducationMoney(sds.getSumContinuingEducationMoney());
//累计婴幼儿照护费用 //累计3岁以下婴幼儿照护
sdSum = sdSum.add(this.saveNewItems(saiList, SalaryConstants.SUM_BABY_MONEY, sdSum = sdSum.add(this.saveNewItems(saiList, SalaryConstants.SUM_BABY_MONEY,
SalaryConstants.SUM_BABY_MONEY_JAVA, sds.getSumBabyMoney(), CommonConstants.ZERO_INT)); SalaryConstants.SUM_BABY_MONEY_JAVA, sds.getSumBabyMoney(), CommonConstants.ZERO_INT));
a.setSumBabyMoney(sds.getSumBabyMoney()); a.setSumBabyMoney(sds.getSumBabyMoney());
......
...@@ -128,8 +128,8 @@ public class SalaryConstants { ...@@ -128,8 +128,8 @@ public class SalaryConstants {
//累计继续教育 //累计继续教育
public static final String SUM_CONTINUING_EDUCATION_MONEY_JAVA = "sumContinuingEducationMoney"; public static final String SUM_CONTINUING_EDUCATION_MONEY_JAVA = "sumContinuingEducationMoney";
//累计婴幼儿照护费用 //累计3岁以下婴幼儿照护
public static final String SUM_BABY_MONEY = "累计婴幼儿照护费用"; public static final String SUM_BABY_MONEY = "累计3岁以下婴幼儿照护";
public static final String SUM_BABY_MONEY_JAVA = "sumBabyMoney"; public static final String SUM_BABY_MONEY_JAVA = "sumBabyMoney";
//累计个人养老金 //累计个人养老金
public static final String SUM_PRIVATE_PENSION = "累计个人养老金"; public static final String SUM_PRIVATE_PENSION = "累计个人养老金";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment