地图数据名字修改

back_recharge
jiahuiwen 2019-01-29 16:25:21 +08:00
parent a52dfcf6d7
commit 50d827edfb
1 changed files with 1 additions and 1 deletions

View File

@ -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);