|
|
|
@ -188,7 +188,9 @@ public class MonitorServiceImpl implements MonitorService {
|
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
log.error("real_time_data: {},{}",stationReal.getStation(),realIds); |
|
|
|
|
List<String> objects = redisClient.getBatchRealDataByRealId(stationReal.getStation(),realIds); |
|
|
|
|
//List<String> objects = redisClient.getBatchRealDataByRealId(stationReal.getStation(),realIds);
|
|
|
|
|
List<String> objects = redisClient.getBatchRealDataByRealId("20241125000",realIds); |
|
|
|
|
|
|
|
|
|
for(int i = 0; i < realIds.size() ;i++){ |
|
|
|
|
if(ObjectUtil.isEmpty(objects.get(i))){ |
|
|
|
|
log.error(realIds.get(i) + "is null"); |
|
|
|
|