Browse Source

warn

feature/evaluate
yinzuomei 4 years ago
parent
commit
44484685d5
  1. 2
      epmet-user/epmet-user-server/src/main/java/com/epmet/service/impl/StatsResiWarnServiceImpl.java

2
epmet-user/epmet-user-server/src/main/java/com/epmet/service/impl/StatsResiWarnServiceImpl.java

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

Loading…
Cancel
Save