|
@@ -115,7 +115,7 @@ public class AgcDeviateController {
|
|
|
List<Double> powerData = historyPowerDatas.stream().map(PointData::getPointValueInDouble).collect(Collectors.toList());
|
|
|
spa.setActuatedPower(powerData);
|
|
|
String powerCurveMonth = "glqxnh:" + date.month() + ":";
|
|
|
- Set<String> keys = stringRedisTemplate.keys(powerCurveMonth + windturbineId);
|
|
|
+ Set<String> keys = stringRedisTemplate.keys(powerCurveMonth + wtId);
|
|
|
Iterator<String> iterator = keys.iterator(); // 获取迭代器
|
|
|
String firstKey = iterator.hasNext() ? iterator.next() : null;
|
|
|
String yc = stringRedisTemplate.opsForValue().get(firstKey);
|