From 54abbecc4c08db651958275e5719c70f665a1c7e Mon Sep 17 00:00:00 2001
From: zqy <2522236926@qq.com>
Date: 星期三, 20 十一月 2024 17:20:47 +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