|
|
@ -368,7 +368,7 @@ public class StatsResiWarnServiceImpl implements StatsResiWarnService { |
|
|
|
//南宁路社区第二网格亿联小区2号楼失业人员超出预警!
|
|
|
|
BuildingInfoCache infoCache = CustomerIcHouseRedis.getBuildingInfo(dto.getBuildingId()); |
|
|
|
if (null == infoCache) { |
|
|
|
log.error(String.format("获取楼栋信息为null,buildingId=%s", dto.getBuildingId())); |
|
|
|
log.warn(String.format("获取楼栋信息为null,buildingId=%s", dto.getBuildingId())); |
|
|
|
continue; |
|
|
|
} |
|
|
|
String categoryName = StringUtils.isBlank(configMap.get(dto.getConfigId())) ? StrConstant.EPMETY_STR : configMap.get(dto.getConfigId()); |
|
|
|