From 5e877672f949b10287f265cc14b4085719d091c3 Mon Sep 17 00:00:00 2001
From: zqy <2522236926@qq.com>
Date: 星期二, 30 四月 2024 21:05:05 +0800
Subject: [PATCH] 提交会议统计
---
ruoyi-admin/src/test/java/com/ruoyi/ExcelTest.java | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ruoyi-admin/src/test/java/com/ruoyi/ExcelTest.java b/ruoyi-admin/src/test/java/com/ruoyi/ExcelTest.java
index e0d8ec9..a201ed9 100644
--- a/ruoyi-admin/src/test/java/com/ruoyi/ExcelTest.java
+++ b/ruoyi-admin/src/test/java/com/ruoyi/ExcelTest.java
@@ -20,8 +20,8 @@
@Test
public void testExcelImport() throws Exception {
- InputStream is = new FileInputStream(new File("D:\\test.xlsx"));
- ExcelUtil<ZfProperty> util = new ExcelUtil<ZfProperty>(ZfProperty.class);
- List<ZfProperty> userList = util.importExcel(is);
+// InputStream is = new FileInputStream(new File("D:\\test.xlsx"));
+// ExcelUtil<ZfProperty> util = new ExcelUtil<ZfProperty>(ZfProperty.class);
+// List<ZfProperty> userList = util.importExcel(is);
}
}
--
Gitblit v1.9.1