|
|
@@ -63,7 +63,7 @@ public class ProEconEquipmentInfoDayTopServiceImpl extends ServiceImpl<ProEconEq
|
|
|
Map<String, TurbineInfoDay> dayMap = tidRecords.stream().collect(Collectors.toMap(TurbineInfoDay::getTurbineId, Function.identity()));
|
|
|
peeidtRecords.forEach(peeidt -> {
|
|
|
TurbineInfoDay day = dayMap.get(peeidt.getWindturbineId());
|
|
|
- Date recordDate = day.getRecordDate();
|
|
|
+ Date recordDate = peeidt.getRecordDate();
|
|
|
int i = DateUtil.dayOfMonth(recordDate);
|
|
|
peeidt.setDayfdl(NumberUtil.round(day.getRfdl() / 1000, 2).doubleValue());
|
|
|
peeidt.setDayllfdl(NumberUtil.round(day.getLlfdl() / 1000, 2).doubleValue());
|