Commit 8149abb9 authored by huyuchen's avatar huyuchen

优化修改

parent 714ff140
...@@ -71,13 +71,13 @@ public class TPaymentInfoNewExportVo extends RowIndex implements Serializable { ...@@ -71,13 +71,13 @@ public class TPaymentInfoNewExportVo extends RowIndex implements Serializable {
private String settleDomainName; private String settleDomainName;
/** /**
* 社保缴纳地 * 生成月份
*/ */
@ExcelAttribute(name = "社保缴纳地" ) @ExcelAttribute(name = "生成月份")
@Schema(description ="社保缴纳地") @Schema(description ="生成月份")
@HeadFontStyle(fontHeightInPoints = 11) @HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("社保缴纳地") @ExcelProperty("生成月份")
private String socialPayAddr; private String socialCreateMonth;
/** /**
* 缴纳月份 * 缴纳月份
...@@ -89,13 +89,22 @@ public class TPaymentInfoNewExportVo extends RowIndex implements Serializable { ...@@ -89,13 +89,22 @@ public class TPaymentInfoNewExportVo extends RowIndex implements Serializable {
private String socialPayMonth; private String socialPayMonth;
/** /**
* 生成月份 * 社保户
*/ */
@ExcelAttribute(name = "生成月份") @ExcelAttribute(name = "社保户" )
@Schema(description ="生成月份") @Schema(description ="社保户")
@HeadFontStyle(fontHeightInPoints = 11) @HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("生成月份") @ExcelProperty("社保户")
private String socialCreateMonth; private String socialHousehold;
/**
* 社保缴纳地
*/
@ExcelAttribute(name = "社保缴纳地" )
@Schema(description ="社保缴纳地")
@HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("社保缴纳地")
private String socialPayAddr;
/** /**
* 养老金额 * 养老金额
...@@ -147,14 +156,6 @@ public class TPaymentInfoNewExportVo extends RowIndex implements Serializable { ...@@ -147,14 +156,6 @@ public class TPaymentInfoNewExportVo extends RowIndex implements Serializable {
@ExcelProperty("补缴利息") @ExcelProperty("补缴利息")
private BigDecimal accrualSum; private BigDecimal accrualSum;
/**
* 社保户
*/
@ExcelAttribute(name = "社保户" )
@Schema(description ="社保户")
@HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("社保户")
private String socialHousehold;
/** /**
* 社保合计 * 社保合计
......
...@@ -1338,10 +1338,6 @@ ...@@ -1338,10 +1338,6 @@
GROUP BY a.EMP_IDCARD,a.PROVIDENT_PAY_MONTH,a.PROVIDENT_CREATE_MONTH,a.SETTLE_DOMAIN_CODE GROUP BY a.EMP_IDCARD,a.PROVIDENT_PAY_MONTH,a.PROVIDENT_CREATE_MONTH,a.SETTLE_DOMAIN_CODE
) )
) w ) w
<where>
1 = 1
<include refid="tPaymentInfo_export_socialFund_where"/>
</where>
GROUP BY w.keyGroup GROUP BY w.keyGroup
</select> </select>
......
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