|
|
|
@ -434,7 +434,7 @@ public class GetInformationForExcelServiceImpl extends ServiceImpl<GetInformatio |
|
|
|
throw new RuntimeException("读取设备信息为配置"); |
|
|
|
} |
|
|
|
String data = list.get(i).get(equipmentFolderLocation.getExcelCompareFieldsY()-1); |
|
|
|
if (org.springframework.util.StringUtils.hasText(data)){ |
|
|
|
if (StringUtils.isNotEmpty(data)){ |
|
|
|
String[] split = data.split(equipmentFolderLocation.getCuttingSymbol()); |
|
|
|
insertByEntity(equipmentDataDetail, new HashMap<>(), split); |
|
|
|
} |
|
|
|
|