Jelajahi Sumber

布撤防导出空列问题

jiawuxian 1 tahun lalu
induk
melakukan
204a80b8d7

+ 2 - 2
soc-modules/soc-modules-core/src/main/java/com/xunmei/core/resumption/vo/protection/ProtectionPageVo.java

@@ -67,7 +67,7 @@ public class ProtectionPageVo {
     /**
      * 登记人姓名
      */
-    @ExcelProperty(value = "登记人",index = 5)
+    @ExcelProperty(value = "登记人",index = 4)
     @ColumnWidth(15)
     private String statusUpdatorName;
 
@@ -75,7 +75,7 @@ public class ProtectionPageVo {
      * 布撤防时间
      */
     @JsonFormat(pattern = "yyyy-MM-dd HH:mm")
-    @ExcelProperty(value = "最近登记时间",index = 6)
+    @ExcelProperty(value = "最近登记时间",index = 5)
     @ColumnWidth(20)
     private  Date statusUpdateTime;
 }