|
@@ -177,7 +177,7 @@ public class WindTowerInfoServiceImpl extends ServiceImpl<WindTowerInfoMapper, W
|
|
|
}
|
|
|
}
|
|
|
mapList.addAll(statusMapList);
|
|
|
- redisCache.setCacheObject("listEquipmentIdAndDataTime", mapList, 12, TimeUnit.HOURS);
|
|
|
+ redisCache.setCacheObject("listEquipmentIdAndDataTime", mapList, 1, TimeUnit.HOURS);
|
|
|
return mapList;
|
|
|
}
|
|
|
|