Commit cfe7d53f authored by wangpeng's avatar wangpeng

修复缴费库导出报错问题 -- fxj

parent 6663503b
...@@ -134,7 +134,7 @@ public class FundHandleExportVo implements Serializable { ...@@ -134,7 +134,7 @@ public class FundHandleExportVo implements Serializable {
@ExcelAttribute(name = "公积金起缴日期", errorInfo = "公积金起缴日期不能为空",needExport = true) @ExcelAttribute(name = "公积金起缴日期", errorInfo = "公积金起缴日期不能为空",needExport = true)
@HeadFontStyle(fontHeightInPoints = 11) @HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("公积金起缴日期" ) @ExcelProperty("公积金起缴日期" )
private LocalDateTime providentStart; private String providentStart;
/** /**
......
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