设备监控-杭州湾电表数据不显示问题修改
This commit is contained in:
@ -715,9 +715,9 @@ public class SingleSiteServiceImpl implements ISingleSiteService {
|
||||
}
|
||||
for (Map<String, Object> ammeterDevice : ammeterIdList) {
|
||||
String ammeterId = ammeterDevice.get("id").toString();
|
||||
if (!ammeterDeviceIds.contains(ammeterId)) {
|
||||
continue;
|
||||
}
|
||||
// if (!ammeterDeviceIds.contains(ammeterId)) {
|
||||
// continue;
|
||||
// }
|
||||
// 从redis取总表详细数据
|
||||
EmsAmmeterData ammeterData = redisCache.getCacheObject(RedisKeyConstants.AMMETER + siteId + "_" +ammeterId);
|
||||
// 告警设备点位个数
|
||||
|
||||
Reference in New Issue
Block a user