魏熙美 5 years ago
parent
commit
474bc546c0
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/main/java/com/huiju/estateagents/excel/HelpRecordExport.java

+ 2
- 2
src/main/java/com/huiju/estateagents/excel/HelpRecordExport.java View File

@@ -21,9 +21,9 @@ public class HelpRecordExport {
21 21
     /**
22 22
      * 创建时间 也是助力发起时间
23 23
      */
24
-    @ColumnWidth(15)
24
+    @ColumnWidth(36)
25 25
     @ExcelProperty(value = "助力时间", index = 2)
26
-    @DateTimeFormat("yyyy年MM月dd日")
26
+    @DateTimeFormat("yyyy年MM月dd日 HH时mm分ss秒")
27 27
     private Date createDate;
28 28
 
29 29