魏熙美 5 anos atrás
pai
commit
cc7cd9023c

+ 1
- 1
src/main/java/com/huiju/estateagents/excel/ExcelRecommendCustomer.java Ver arquivo

@@ -65,7 +65,7 @@ public class ExcelRecommendCustomer {
65 65
      * 审核状态名
66 66
      */
67 67
     @ColumnWidth(15)
68
-    @ExcelProperty(value = "审核状态", index = 7)
68
+    @ExcelProperty(value = "审核状态", index = 7)
69 69
     private String verifyStatusName;
70 70
 
71 71