|
|
|
@ -205,7 +205,7 @@ public class MonitorServiceImpl implements MonitorService {
|
|
|
|
|
List<String> objects = redisClient.getBatchRealDataByRealId(stationReal.getStation(),realIds); |
|
|
|
|
for(int i = 0; i < realIds.size() ;i++){ |
|
|
|
|
if(ObjectUtil.isEmpty(objects.get(i))){ |
|
|
|
|
log.error(realIds.get(i) + "is null"); |
|
|
|
|
// log.error(realIds.get(i) + "is null");
|
|
|
|
|
}else{ |
|
|
|
|
Map<String,String> attribute = (Map<String, String>) JSONObject.parse(objects.get(i)); |
|
|
|
|
attribute.put("realId",attribute.get("k")); |
|
|
|
|