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