|
@@ -61,7 +61,7 @@ public class BuildingResolverExcelService implements ResolverExcelService {
|
|
|
Cell addressCell = row.getCell(8);
|
|
|
Cell c_remark = row.getCell(9);
|
|
|
|
|
|
- addressCell.setCellType(CellType.STRING);
|
|
|
+ if(addressCell!=null)addressCell.setCellType(CellType.STRING);
|
|
|
|
|
|
if (buildingNameCell == null || StringUtils.equals("", buildingNameCell.getStringCellValue())) {
|
|
|
continue;
|