|
|
@ -376,7 +376,7 @@ public class StatsResiWarnServiceImpl implements StatsResiWarnService { |
|
|
|
continue; |
|
|
|
} |
|
|
|
String categoryName = StringUtils.isBlank(configMap.get(dto.getConfigId())) ? StrConstant.EPMETY_STR : configMap.get(dto.getConfigId()); |
|
|
|
dto.setNoticeContent(String.format("%s%s%s【%s】超出预警!", infoCache.getGridName(), infoCache.getNeighborHoodName(), infoCache.getBuildingName(), categoryName)); |
|
|
|
dto.setNoticeContent(String.format("%s-%s%s【%s】超出预警!", infoCache.getGridName(), infoCache.getNeighborHoodName(), infoCache.getBuildingName(), categoryName)); |
|
|
|
resList.add(dto); |
|
|
|
} |
|
|
|
return resList; |
|
|
|