|
@@ -5,6 +5,7 @@ import com.gyee.common.util.ClassUtil;
|
|
|
import com.gyee.common.vo.benchmark.DjhxdbInitVo;
|
|
|
import com.gyee.common.vo.benchmark.DjhxdbtopVo;
|
|
|
import com.gyee.common.vo.benchmark.FzyVo;
|
|
|
+import com.gyee.runeconomy.init.CacheContext;
|
|
|
import com.gyee.runeconomy.model.auto.ProEconWtAlysisDay;
|
|
|
import com.gyee.runeconomy.model.auto.ProEconWtPowerCurveFitting;
|
|
|
import com.gyee.runeconomy.model.auto.ProEconWtwindDayInfo;
|
|
@@ -472,6 +473,7 @@ public class EquipmentPerformaCompareService {
|
|
|
list.stream().forEach(i->{
|
|
|
DjhxdbtopVo vo = new DjhxdbtopVo();
|
|
|
vo.setWtid(i.getWindturbineId());
|
|
|
+ vo.setNemCode(CacheContext.wtmap.get(i.getWindturbineId()).getAname());
|
|
|
Optional<ProEconWtwindDayInfo> first = fzyList.stream().filter(fzy -> fzy.getWindturbineId().equals(i.getWindturbineId())).findFirst();
|
|
|
List<FzyVo> vos = getFzyVos(first,type);
|
|
|
switch (type){
|