地图数据名字修改
parent
a52dfcf6d7
commit
50d827edfb
|
@ -110,7 +110,7 @@ public class ExcelUtils {
|
||||||
}
|
}
|
||||||
String filePath = excelPath + file1.getName();
|
String filePath = excelPath + file1.getName();
|
||||||
Workbook wb = readExcel(filePath);
|
Workbook wb = readExcel(filePath);
|
||||||
if(file1.getName().contains("1.Map_")){
|
if(file1.getName().contains("Map_")){
|
||||||
bulidMapInfo(wb);
|
bulidMapInfo(wb);
|
||||||
}else{
|
}else{
|
||||||
buildDataInfo(wb);
|
buildDataInfo(wb);
|
||||||
|
|
Loading…
Reference in New Issue