|
@@ -344,7 +344,7 @@ public class ExcelTabServiceImpl extends BaseServiceImpl<ExcelTabMapper, ExcelTa
|
|
|
return dataMap;
|
|
|
}
|
|
|
|
|
|
- public static void main(String[] args) throws FileNotFoundException {
|
|
|
+/* public static void main(String[] args) throws FileNotFoundException {
|
|
|
File file1 = ResourceUtil.getFile("file:///Users/hongchuangyanfa/Desktop/privateUrl/1568060412589506560.html");
|
|
|
Map<String,String> dataMap = new HashMap<>();
|
|
|
FileInputStream fileInputStream = new FileInputStream(file1);
|
|
@@ -381,5 +381,5 @@ public class ExcelTabServiceImpl extends BaseServiceImpl<ExcelTabMapper, ExcelTa
|
|
|
}
|
|
|
|
|
|
System.out.println(dataMap);
|
|
|
- }
|
|
|
+ }*/
|
|
|
}
|