12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508 |
- package com.gyee.generation.service;
- import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
- import com.gyee.generation.init.CacheContext;
- import com.gyee.generation.model.auto.*;
- import com.gyee.generation.model.vo.WpType;
- import com.gyee.generation.service.auto.IProEconInOrOutSpeedTotal2Service;
- import com.gyee.generation.service.auto.IProEconInOrOutSpeedTotalService;
- import com.gyee.generation.service.auto.IProEconInputOrOutputSpeedService;
- import com.gyee.generation.task.thread.InputOrOutPutkThread;
- import com.gyee.generation.util.DateUtils;
- import com.gyee.generation.util.StringUtils;
- import com.gyee.generation.util.realtimesource.IEdosUtil;
- import org.springframework.beans.factory.annotation.Value;
- import org.springframework.stereotype.Service;
- import javax.annotation.Resource;
- import java.math.BigDecimal;
- import java.math.RoundingMode;
- import java.util.*;
- import java.util.concurrent.Executor;
- import java.util.stream.Collectors;
- @Service
- public class InputOrOutPut2Service {
- @Resource
- private IEdosUtil edosUtil;
- @Resource
- private IProEconInOrOutSpeedTotal2Service proEconInOrOutSpeedTotal2Service;
- @Resource
- private IProEconInOrOutSpeedTotalService proEconInOrOutSpeedTotalService;
- @Resource
- private IProEconInputOrOutputSpeedService proEconInputOrOutputSpeedService;
- @Resource
- private Executor executor;
- @Value("${frequency.cutinandout}")
- private Integer frequency;
- public void inputOrOutputSpeed(Date recordDate) throws Exception {
- Date begin = DateUtils.addMinutes(recordDate, -frequency);
- //
- // Date begin = DateUtils.addSeconds(recordDate, -frequency);
- Date end = recordDate;
- for (int i = 0; i < CacheContext.wtls.size(); i++) {
- {
- ProBasicEquipment wt = CacheContext.wtls.get(i);
- if (wt.getWindpowerstationId().contains(WpType.GDC.id)) {
- continue;
- }
- //
- // try {
- // Thread.sleep(100);
- // } catch (InterruptedException e1) {
- // e1.printStackTrace();
- // }
- new Thread(new InputOrOutPutkThread(executor, wt, begin, end,proEconInputOrOutputSpeedService, edosUtil)).start();
- }
- }
- }
- public void inputOrOutput(Date currentDate) {
- currentDate = DateUtils.truncate(currentDate);
- // Date end = DateUtils.addDays(currentDate, 1);
- // Date daybegin =DateUtils.truncate(currentDate);
- Date end = currentDate;
- Date daybegin = DateUtils.addDays(currentDate, -1);
- Calendar c = Calendar.getInstance();
- c.setTime(daybegin);
- c.set(Calendar.DAY_OF_MONTH, 1);
- Date monthbegin = c.getTime();
- c.set(Calendar.MONTH, 0);
- Date yearbegin = c.getTime();
- for (ProBasicPowerstation wp : CacheContext.wpls) {
- if(wp.getId().contains(WpType.GDC.id))
- {
- continue;
- }
- List<ProBasicEquipment> wtls = null;
- if (CacheContext.wpwtmap.containsKey(wp.getId())) {
- wtls = CacheContext.wpwtmap.get(wp.getId());
- }
- if (null != wtls && !wtls.isEmpty()) {
- for (ProBasicEquipment wt : wtls) {
- ProEconInOrOutSpeedTotal total1 = null;
- ProEconInOrOutSpeedTotal2 total2 = null;
- QueryWrapper<ProEconInOrOutSpeedTotal> queryWrapper = new QueryWrapper<>();
- queryWrapper.eq("record_date",daybegin).eq("windturbine_id",wt.getId());
- Optional<ProEconInOrOutSpeedTotal> total1o = proEconInOrOutSpeedTotalService.list(queryWrapper)
- .stream()
- // .filter(i -> i.getWindturbineId().equals(wt.getId())
- // && i.getRecordDate().compareTo(daybegin) == 0)
- .findFirst();
- if (total1o.isPresent()) {
- total1 = total1o.get();
- }
- QueryWrapper<ProEconInOrOutSpeedTotal2> queryWrapper2 = new QueryWrapper<>();
- queryWrapper2.eq("record_date",daybegin).eq("windturbine_id",wt.getId());
- Optional<ProEconInOrOutSpeedTotal2> total2o = proEconInOrOutSpeedTotal2Service.list(queryWrapper2).stream()
- // .filter(i -> i.getWindturbineId().equals(wt.getId())
- // && i.getRecordDate().compareTo(daybegin) == 0)
- .findFirst();
- if (total2o.isPresent()) {
- total2 = total2o.get();
- }
- if (total1 != null) {
- QueryWrapper<ProEconInOrOutSpeedTotal> wrapper = new QueryWrapper<>();
- wrapper.eq("id", total1.getId());
- proEconInOrOutSpeedTotalService.remove(wrapper);
- }
- if (total2 != null) {
- QueryWrapper<ProEconInOrOutSpeedTotal2> wrapper = new QueryWrapper<>();
- wrapper.eq("id", total2.getId());
- proEconInOrOutSpeedTotal2Service.remove(wrapper);
- }
- total1 = new ProEconInOrOutSpeedTotal();
- total1.setWindturbineId(wt.getId());
- total1.setWindpowerstationId(wt.getWindpowerstationId());
- total1.setProjectId(wt.getProjectId());
- total1.setLineId(wt.getLineId());
- total1.setRecordDate(daybegin);
- total1.setCompanyId(wt.getCompanyId());
- total1.setRegionId(wt.getRegionId());
- if(wt.getWindpowerstationId().contains(WpType.FDC.id))
- {
- total1.setTypes("-1");
- }else
- {
- total1.setTypes("-2");
- }
- total2 = new ProEconInOrOutSpeedTotal2();
- total2.setWindturbineId(wt.getId());
- total2.setWindpowerstationId(wt.getWindpowerstationId());
- total2.setProjectId(wt.getProjectId());
- total2.setLineId(wt.getLineId());
- total2.setRecordDate(daybegin);
- total2.setRegionId(wt.getRegionId());
- total2.setCompanyId(wt.getCompanyId());
- if(wt.getWindpowerstationId().contains(WpType.FDC.id))
- {
- total2.setTypes("-1");
- }else
- {
- total2.setTypes("-2");
- }
- newMethod(end, daybegin, monthbegin, yearbegin, wt.getId(), total1, total2);
- verify(total1);
- proEconInOrOutSpeedTotalService.save(total1);
- proEconInOrOutSpeedTotal2Service.save(total2);
- }
- }
- }
- }
- private void verify(ProEconInOrOutSpeedTotal total1) {
- //日小风切入
- if (Double.isInfinite(total1.getDayInputSmall()) || Double.isNaN(total1.getDayInputSmall()))
- {
- total1.setDayInputSmall(0.0);
- }else
- {
- total1.setDayInputSmall(StringUtils.round(total1.getDayInputSmall(),2));
- }
- //日小风切入最小值
- if (Double.isInfinite(total1.getDayInputSmallMin()) || Double.isNaN(total1.getDayInputSmallMin()))
- {
- total1.setDayInputSmallMin(0.0);
- }else
- {
- total1.setDayInputSmallMin(StringUtils.round(total1.getDayInputSmallMin(),2));
- }
- //日小风切入最大值
- if (Double.isInfinite(total1.getDayInputSmallMax()) || Double.isNaN(total1.getDayInputSmallMax()))
- {
- total1.setDayInputSmallMax(0.0);
- }else
- {
- total1.setDayInputSmallMax(StringUtils.round(total1.getDayInputSmallMax(),2));
- }
- //日大风切入
- if (Double.isInfinite(total1.getDayInputBig()) || Double.isNaN(total1.getDayInputBig()))
- {
- total1.setDayInputBig(0.0);
- }else
- {
- total1.setDayInputBig(StringUtils.round(total1.getDayInputBig(),2));
- }
- //日大风切入最大值
- if (Double.isInfinite(total1.getDayInputBigMin()) || Double.isNaN(total1.getDayInputBigMin()))
- {
- total1.setDayInputBigMin(0.0);
- }else
- {
- total1.setDayInputBigMin(StringUtils.round(total1.getDayInputBigMin(),2));
- }
- //日大风切入最大值
- if (Double.isInfinite(total1.getDayInputBigMax()) || Double.isNaN(total1.getDayInputBigMax()))
- {
- total1.setDayInputBigMax(0.0);
- }else
- {
- total1.setDayInputBigMax(StringUtils.round(total1.getDayInputBigMax(),2));
- }
- //日小风切出
- if (Double.isInfinite(total1.getDayOutputSmall()) || Double.isNaN(total1.getDayOutputSmall()))
- {
- total1.setDayOutputSmall(0.0);
- }else
- {
- total1.setDayOutputSmall(StringUtils.round(total1.getDayOutputSmall(),2));
- }
- //日小风切出最小值
- if (Double.isInfinite(total1.getDayOutputSmallMin()) || Double.isNaN(total1.getDayOutputSmallMin()))
- {
- total1.setDayOutputSmallMin(0.0);
- }else
- {
- total1.setDayOutputSmallMin(StringUtils.round(total1.getDayOutputSmallMin(),2));
- }
- //日小风切出最大值
- if (Double.isInfinite(total1.getDayOutputSmallMax()) || Double.isNaN(total1.getDayOutputSmallMax()))
- {
- total1.setDayOutputSmallMax(0.0);
- }else
- {
- total1.setDayOutputSmallMax(StringUtils.round(total1.getDayOutputSmallMax(),2));
- }
- //日大风切出
- if (Double.isInfinite(total1.getDayOutputBig()) || Double.isNaN(total1.getDayOutputBig()))
- {
- total1.setDayOutputBig(0.0);
- }else
- {
- total1.setDayOutputBig(StringUtils.round(total1.getDayOutputBig(),2));
- }
- //日大风切出最大值
- if (Double.isInfinite(total1.getDayOutputBigMin()) || Double.isNaN(total1.getDayOutputBigMin()))
- {
- total1.setDayOutputBigMin(0.0);
- }else
- {
- total1.setDayOutputBigMin(StringUtils.round(total1.getDayOutputBigMin(),2));
- }
- //日大风切出最大值
- if (Double.isInfinite(total1.getDayOutputBigMax()) || Double.isNaN(total1.getDayOutputBigMax()))
- {
- total1.setDayOutputBigMax(0.0);
- }else
- {
- total1.setDayOutputBigMax(StringUtils.round(total1.getDayOutputBigMax(),2));
- }
- //月小风切入
- if (Double.isInfinite(total1.getMonthInputSmall()) || Double.isNaN(total1.getMonthInputSmall()))
- {
- total1.setMonthInputSmall(0.0);
- }else
- {
- total1.setMonthInputSmall(StringUtils.round(total1.getMonthInputSmall(),2));
- }
- //月小风切入最小值
- if (Double.isInfinite(total1.getMonthInputSmallMin()) || Double.isNaN(total1.getMonthInputSmallMin()))
- {
- total1.setMonthInputSmallMin(0.0);
- }else
- {
- total1.setMonthInputSmallMin(StringUtils.round(total1.getMonthInputSmallMin(),2));
- }
- //月小风切入最大值
- if (Double.isInfinite(total1.getMonthInputSmallMax()) || Double.isNaN(total1.getMonthInputSmallMax()))
- {
- total1.setMonthInputSmallMax(0.0);
- }else
- {
- total1.setMonthInputSmallMax(StringUtils.round(total1.getMonthInputSmallMax(),2));
- }
- //月大风切入
- if (Double.isInfinite(total1.getMonthInputBig()) || Double.isNaN(total1.getMonthInputBig()))
- {
- total1.setMonthInputBig(0.0);
- }else
- {
- total1.setMonthInputBig(StringUtils.round(total1.getMonthInputBig(),2));
- }
- //月大风切入最大值
- if (Double.isInfinite(total1.getMonthInputBigMin()) || Double.isNaN(total1.getMonthInputBigMin()))
- {
- total1.setMonthInputBigMin(0.0);
- }else
- {
- total1.setMonthInputBigMin(StringUtils.round(total1.getMonthInputBigMin(),2));
- }
- //月大风切入最大值
- if (Double.isInfinite(total1.getMonthInputBigMax()) || Double.isNaN(total1.getMonthInputBigMax()))
- {
- total1.setMonthInputBigMax(0.0);
- }else
- {
- total1.setMonthInputBigMax(StringUtils.round(total1.getMonthInputBigMax(),2));
- }
- //月小风切出
- if (Double.isInfinite(total1.getMonthOutputSmall()) || Double.isNaN(total1.getMonthOutputSmall()))
- {
- total1.setMonthOutputSmall(0.0);
- }else
- {
- total1.setMonthOutputSmall(StringUtils.round(total1.getMonthOutputSmall(),2));
- }
- //月小风切出最小值
- if (Double.isInfinite(total1.getMonthOutputSmallMin()) || Double.isNaN(total1.getMonthOutputSmallMin()))
- {
- total1.setMonthOutputSmallMin(0.0);
- }else
- {
- total1.setMonthOutputSmallMin(StringUtils.round(total1.getMonthOutputSmallMin(),2));
- }
- //月小风切出最大值
- if (Double.isInfinite(total1.getMonthOutputSmallMax()) || Double.isNaN(total1.getMonthOutputSmallMax()))
- {
- total1.setMonthOutputSmallMax(0.0);
- }else
- {
- total1.setMonthOutputSmallMax(StringUtils.round(total1.getMonthOutputSmallMax(),2));
- }
- //月大风切出
- if (Double.isInfinite(total1.getMonthOutputBig()) || Double.isNaN(total1.getMonthOutputBig()))
- {
- total1.setMonthOutputBig(0.0);
- }else
- {
- total1.setMonthOutputBig(StringUtils.round(total1.getMonthOutputBig(),2));
- }
- //月大风切出最大值
- if (Double.isInfinite(total1.getMonthOutputBigMin()) || Double.isNaN(total1.getMonthOutputBigMin()))
- {
- total1.setMonthOutputBigMin(0.0);
- }else
- {
- total1.setMonthOutputBigMin(StringUtils.round(total1.getMonthOutputBigMin(),2));
- }
- //月大风切出最大值
- if (Double.isInfinite(total1.getMonthOutputBigMax()) || Double.isNaN(total1.getMonthOutputBigMax()))
- {
- total1.setMonthOutputBigMax(0.0);
- }else
- {
- total1.setMonthOutputBigMax(StringUtils.round(total1.getMonthOutputBigMax(),2));
- }
- //年小风切入
- if (Double.isInfinite(total1.getYearInputSmall()) || Double.isNaN(total1.getYearInputSmall()))
- {
- total1.setYearInputSmall(0.0);
- }else
- {
- total1.setYearInputSmall(StringUtils.round(total1.getYearInputSmall(),2));
- }
- //年小风切入最小值
- if (Double.isInfinite(total1.getYearInputSmallMin()) || Double.isNaN(total1.getYearInputSmallMin()))
- {
- total1.setYearInputSmallMin(0.0);
- }else
- {
- total1.setYearInputSmallMin(StringUtils.round(total1.getYearInputSmallMin(),2));
- }
- //年小风切入最大值
- if (Double.isInfinite(total1.getYearInputSmallMax()) || Double.isNaN(total1.getYearInputSmallMax()))
- {
- total1.setYearInputSmallMax(0.0);
- }else
- {
- total1.setYearInputSmallMax(StringUtils.round(total1.getYearInputSmallMax(),2));
- }
- //年大风切入
- if (Double.isInfinite(total1.getYearInputBig()) || Double.isNaN(total1.getYearInputBig()))
- {
- total1.setYearInputBig(0.0);
- }else
- {
- total1.setYearInputBig(StringUtils.round(total1.getYearInputBig(),2));
- }
- //年大风切入最大值
- if (Double.isInfinite(total1.getYearInputBigMin()) || Double.isNaN(total1.getYearInputBigMin()))
- {
- total1.setYearInputBigMin(0.0);
- }else
- {
- total1.setYearInputBigMin(StringUtils.round(total1.getYearInputBigMin(),2));
- }
- //年大风切入最大值
- if (Double.isInfinite(total1.getYearInputBigMax()) || Double.isNaN(total1.getYearInputBigMax()))
- {
- total1.setYearInputBigMax(0.0);
- }else
- {
- total1.setYearInputBigMax(StringUtils.round(total1.getYearInputBigMax(),2));
- }
- //年小风切出
- if (Double.isInfinite(total1.getYearOutputSmall()) || Double.isNaN(total1.getYearOutputSmall()))
- {
- total1.setYearOutputSmall(0.0);
- }else
- {
- total1.setYearOutputSmall(StringUtils.round(total1.getYearOutputSmall(),2));
- }
- //年小风切出最小值
- if (Double.isInfinite(total1.getYearOutputSmallMin()) || Double.isNaN(total1.getYearOutputSmallMin()))
- {
- total1.setYearOutputSmallMin(0.0);
- }else
- {
- total1.setYearOutputSmallMin(StringUtils.round(total1.getYearOutputSmallMin(),2));
- }
- //年小风切出最大值
- if (Double.isInfinite(total1.getYearOutputSmallMax()) || Double.isNaN(total1.getYearOutputSmallMax()))
- {
- total1.setYearOutputSmallMax(0.0);
- }else
- {
- total1.setYearOutputSmallMax(StringUtils.round(total1.getYearOutputSmallMax(),2));
- }
- //年大风切出
- if (Double.isInfinite(total1.getYearOutputBig()) || Double.isNaN(total1.getYearOutputBig()))
- {
- total1.setYearOutputBig(0.0);
- }else
- {
- total1.setYearOutputBig(StringUtils.round(total1.getYearOutputBig(),2));
- }
- //年大风切出最大值
- if (Double.isInfinite(total1.getYearOutputBigMin()) || Double.isNaN(total1.getYearOutputBigMin()))
- {
- total1.setYearOutputBigMin(0.0);
- }else
- {
- total1.setYearOutputBigMin(StringUtils.round(total1.getYearOutputBigMin(),2));
- }
- //年大风切出最大值
- if (Double.isInfinite(total1.getYearOutputBigMax()) || Double.isNaN(total1.getYearOutputBigMax()))
- {
- total1.setYearOutputBigMax(0.0);
- }else
- {
- total1.setYearOutputBigMax(StringUtils.round(total1.getYearOutputBigMax(),2));
- }
- //小风切入
- if (Double.isInfinite(total1.getInputSmall()) || Double.isNaN(total1.getInputSmall()))
- {
- total1.setInputSmall(0.0);
- }else
- {
- total1.setInputSmall(StringUtils.round(total1.getInputSmall(),2));
- }
- //小风切入最小值
- if (Double.isInfinite(total1.getInputSmallMin()) || Double.isNaN(total1.getInputSmallMin()))
- {
- total1.setInputSmallMin(0.0);
- }else
- {
- total1.setInputSmallMin(StringUtils.round(total1.getInputSmallMin(),2));
- }
- //小风切入最大值
- if (Double.isInfinite(total1.getInputSmallMax()) || Double.isNaN(total1.getInputSmallMax()))
- {
- total1.setInputSmallMax(0.0);
- }else
- {
- total1.setInputSmallMax(StringUtils.round(total1.getInputSmallMax(),2));
- }
- //大风切入
- if (Double.isInfinite(total1.getInputBig()) || Double.isNaN(total1.getInputBig()))
- {
- total1.setInputBig(0.0);
- }else
- {
- total1.setInputBig(StringUtils.round(total1.getInputBig(),2));
- }
- //大风切入最大值
- if (Double.isInfinite(total1.getInputBigMin()) || Double.isNaN(total1.getInputBigMin()))
- {
- total1.setInputBigMin(0.0);
- }else
- {
- total1.setInputBigMin(StringUtils.round(total1.getInputBigMin(),2));
- }
- //大风切入最大值
- if (Double.isInfinite(total1.getInputBigMax()) || Double.isNaN(total1.getInputBigMax()))
- {
- total1.setInputBigMax(0.0);
- }else
- {
- total1.setInputBigMax(StringUtils.round(total1.getInputBigMax(),2));
- }
- //小风切出
- if (Double.isInfinite(total1.getOutputSmall()) || Double.isNaN(total1.getOutputSmall()))
- {
- total1.setOutputSmall(0.0);
- }else
- {
- total1.setOutputSmall(StringUtils.round(total1.getOutputSmall(),2));
- }
- //小风切出最小值
- if (Double.isInfinite(total1.getOutputSmallMin()) || Double.isNaN(total1.getOutputSmallMin()))
- {
- total1.setOutputSmallMin(0.0);
- }else
- {
- total1.setOutputSmallMin(StringUtils.round(total1.getOutputSmallMin(),2));
- }
- //小风切出最大值
- if (Double.isInfinite(total1.getOutputSmallMax()) || Double.isNaN(total1.getOutputSmallMax()))
- {
- total1.setOutputSmallMax(0.0);
- }else
- {
- total1.setOutputSmallMax(StringUtils.round(total1.getOutputSmallMax(),2));
- }
- //大风切出
- if (Double.isInfinite(total1.getOutputBig()) || Double.isNaN(total1.getOutputBig()))
- {
- total1.setOutputBig(0.0);
- }else
- {
- total1.setOutputBig(StringUtils.round(total1.getOutputBig(),2));
- }
- //大风切出最大值
- if (Double.isInfinite(total1.getOutputBigMin()) || Double.isNaN(total1.getOutputBigMin()))
- {
- total1.setOutputBigMin(0.0);
- }else
- {
- total1.setOutputBigMin(StringUtils.round(total1.getOutputBigMin(),2));
- }
- //大风切出最大值
- if (Double.isInfinite(total1.getOutputBigMax()) || Double.isNaN(total1.getOutputBigMax()))
- {
- total1.setOutputBigMax(0.0);
- }else
- {
- total1.setOutputBigMax(StringUtils.round(total1.getOutputBigMax(),2));
- }
- //日小风切入合格率
- if (Double.isInfinite(total1.getDayInputSmallRatio()) || Double.isNaN(total1.getDayInputSmallRatio()))
- {
- total1.setDayInputSmallRatio(0.0);
- }else
- {
- total1.setDayInputSmallRatio(StringUtils.round(total1.getDayInputSmallRatio(),2));
- }
- //日小风切出合格率
- if (Double.isInfinite(total1.getDayOutputSmallRatio()) || Double.isNaN(total1.getDayOutputSmallRatio()))
- {
- total1.setDayOutputSmallRatio(0.0);
- }else
- {
- total1.setDayOutputSmallRatio(StringUtils.round(total1.getDayOutputSmallRatio(),2));
- }
- //日大风切入合格率
- if (Double.isInfinite(total1.getDayInputBigRatio()) || Double.isNaN(total1.getDayInputBigRatio()))
- {
- total1.setDayInputBigRatio(0.0);
- }else
- {
- total1.setDayInputBigRatio(StringUtils.round(total1.getDayInputBigRatio(),2));
- }
- //日大风切出合格率
- if (Double.isInfinite(total1.getDayOutputBigRatio()) || Double.isNaN(total1.getDayOutputBigRatio()))
- {
- total1.setDayOutputBigRatio(0.0);
- }else
- {
- total1.setDayOutputBigRatio(StringUtils.round(total1.getDayOutputBigRatio(),2));
- }
- //月小风切入合格率
- if (Double.isInfinite(total1.getMonthInputSmallRatio()) || Double.isNaN(total1.getMonthInputSmallRatio()))
- {
- total1.setMonthInputSmallRatio(0.0);
- }else
- {
- total1.setMonthInputSmallRatio(StringUtils.round(total1.getMonthInputSmallRatio(),2));
- }
- //月小风切出合格率
- if (Double.isInfinite(total1.getMonthOutputSmallRatio()) || Double.isNaN(total1.getMonthOutputSmallRatio()))
- {
- total1.setMonthOutputSmallRatio(0.0);
- }else
- {
- total1.setMonthOutputSmallRatio(StringUtils.round(total1.getMonthOutputSmallRatio(),2));
- }
- //月大风切入合格率
- if (Double.isInfinite(total1.getMonthInputBigRatio()) || Double.isNaN(total1.getMonthInputBigRatio()))
- {
- total1.setMonthInputBigRatio(0.0);
- }else
- {
- total1.setMonthInputBigRatio(StringUtils.round(total1.getMonthInputBigRatio(),2));
- }
- //月大风切出合格率
- if (Double.isInfinite(total1.getMonthOutputBigRatio()) || Double.isNaN(total1.getMonthOutputBigRatio()))
- {
- total1.setMonthOutputBigRatio(0.0);
- }else
- {
- total1.setMonthOutputBigRatio(StringUtils.round(total1.getMonthOutputBigRatio(),2));
- }
- //年小风切入合格率
- if (Double.isInfinite(total1.getYearInputSmallRatio()) || Double.isNaN(total1.getYearInputSmallRatio()))
- {
- total1.setYearInputSmallRatio(0.0);
- }else
- {
- total1.setYearInputSmallRatio(StringUtils.round(total1.getYearInputSmallRatio(),2));
- }
- //年小风切出合格率
- if (Double.isInfinite(total1.getYearOutputSmallRatio()) || Double.isNaN(total1.getYearOutputSmallRatio()))
- {
- total1.setYearOutputSmallRatio(0.0);
- }else
- {
- total1.setYearOutputSmallRatio(StringUtils.round(total1.getYearOutputSmallRatio(),2));
- }
- //年大风切入合格率
- if (Double.isInfinite(total1.getYearInputBigRatio()) || Double.isNaN(total1.getYearInputBigRatio()))
- {
- total1.setYearInputBigRatio(0.0);
- }else
- {
- total1.setYearInputBigRatio(StringUtils.round(total1.getYearInputBigRatio(),2));
- }
- //年大风切出合格率
- if (Double.isInfinite(total1.getYearOutputBigRatio()) || Double.isNaN(total1.getYearOutputBigRatio()))
- {
- total1.setYearOutputBigRatio(0.0);
- }else
- {
- total1.setYearOutputBigRatio(StringUtils.round(total1.getYearOutputBigRatio(),2));
- }
- //总小风切入合格率
- if (Double.isInfinite(total1.getInputSmallRatio()) || Double.isNaN(total1.getInputSmallRatio()))
- {
- total1.setInputSmallRatio(0.0);
- }else
- {
- total1.setInputSmallRatio(StringUtils.round(total1.getInputSmallRatio(),2));
- }
- //总小风切出合格率
- if (Double.isInfinite(total1.getOutputSmallRatio()) || Double.isNaN(total1.getOutputSmallRatio()))
- {
- total1.setOutputSmallRatio(0.0);
- }else
- {
- total1.setOutputSmallRatio(StringUtils.round(total1.getOutputSmallRatio(),2));
- }
- //总大风切入合格率
- if (Double.isInfinite(total1.getInputBigRatio()) || Double.isNaN(total1.getInputBigRatio()))
- {
- total1.setInputBigRatio(0.0);
- }else
- {
- total1.setInputBigRatio(StringUtils.round(total1.getInputBigRatio(),2));
- }
- //总大风切出合格率
- if (Double.isInfinite(total1.getOutputBigMaxRatio()) || Double.isNaN(total1.getOutputBigMaxRatio()))
- {
- total1.setOutputBigMaxRatio(0.0);
- }else
- {
- total1.setOutputBigMaxRatio(StringUtils.round(total1.getOutputBigMaxRatio(),2));
- }
- }
- private void newMethod(Date end, Date daybegin, Date monthbegin, Date yearbegin, String windturbineId, ProEconInOrOutSpeedTotal total1, ProEconInOrOutSpeedTotal2 total2) {
- buildDay(end, daybegin, windturbineId, total1, total2);
- buildMonth(end, monthbegin, windturbineId, total1, total2);
- buildyear(end, yearbegin, windturbineId, total1, total2);
- QueryWrapper<ProEconInOrOutSpeedTotal> queryWrapper = new QueryWrapper<>();
- queryWrapper.eq("windturbine_id",windturbineId);
- List<ProEconInOrOutSpeedTotal> items = proEconInOrOutSpeedTotalService.list(queryWrapper);
- // .stream()
- // .filter(i -> i.getWindturbineId().equals(windturbineId)).collect(Collectors.toList());
- items.add(total1);
- //总小风切入
- DoubleSummaryStatistics summaryStatistics = items.stream()
- .filter(i -> StringUtils.notEmp(i.getDayInputSmall()) && i.getDayInputSmall() > 0)
- .mapToDouble(ProEconInOrOutSpeedTotal::getDayInputSmall).summaryStatistics();
- total1.setInputSmall(summaryStatistics.getAverage());
- //总小风切入最大值
- summaryStatistics = items.stream()
- .filter(i -> StringUtils.notEmp(i.getDayInputSmallMax()) && i.getDayInputSmallMax() > 0)
- .mapToDouble(ProEconInOrOutSpeedTotal::getDayInputSmallMax).summaryStatistics();
- total1.setInputSmallMax(summaryStatistics.getMax());
- //总小风切入最小值
- summaryStatistics = items.stream()
- .filter(i -> StringUtils.notEmp(i.getDayInputSmallMin()) && i.getDayInputSmallMin() > 0)
- .mapToDouble(ProEconInOrOutSpeedTotal::getDayInputSmallMin).summaryStatistics();
- total1.setInputSmallMin(summaryStatistics.getMin());
- //总大风切入
- summaryStatistics = items.stream()
- .filter(i -> StringUtils.notEmp(i.getDayInputBig()) && i.getDayInputBig() > 0)
- .mapToDouble(ProEconInOrOutSpeedTotal::getDayInputBig).summaryStatistics();
- total1.setInputBig(summaryStatistics.getAverage());
- //总大风切入最大值
- summaryStatistics = items.stream()
- .filter(i -> StringUtils.notEmp(i.getDayInputBigMax()) && i.getDayInputBigMax() > 0)
- .mapToDouble(ProEconInOrOutSpeedTotal::getDayInputBigMax).summaryStatistics();
- total1.setInputBigMax(summaryStatistics.getMax());
- //总大风切入最小值
- summaryStatistics = items.stream()
- .filter(i -> StringUtils.notEmp(i.getDayInputBigMin()) && i.getDayInputBigMin() > 0)
- .mapToDouble(ProEconInOrOutSpeedTotal::getDayInputBigMin).summaryStatistics();
- total1.setInputBigMin(summaryStatistics.getMin());
- //总小风切出
- summaryStatistics = items.stream()
- .filter(i -> StringUtils.notEmp(i.getDayOutputSmall()) && i.getDayOutputSmall() > 0)
- .mapToDouble(ProEconInOrOutSpeedTotal::getDayOutputSmall).summaryStatistics();
- total1.setOutputSmall(summaryStatistics.getAverage());
- //总小风切出最大值
- summaryStatistics = items.stream()
- .filter(i -> StringUtils.notEmp(i.getDayOutputSmallMax()) && i.getDayOutputSmallMax() > 0)
- .mapToDouble(ProEconInOrOutSpeedTotal::getDayOutputSmallMax).summaryStatistics();
- total1.setOutputSmallMax(summaryStatistics.getMax());
- //总小风切出最小值
- summaryStatistics = items.stream()
- .filter(i -> StringUtils.notEmp(i.getDayOutputSmallMin()) && i.getDayOutputSmallMin() > 0)
- .mapToDouble(ProEconInOrOutSpeedTotal::getDayOutputSmallMin).summaryStatistics();
- total1.setOutputSmallMin(summaryStatistics.getMin());
- //总大风切出
- summaryStatistics = items.stream()
- .filter(i -> StringUtils.notEmp(i.getDayOutputBig()) && i.getDayOutputBig() > 0)
- .mapToDouble(ProEconInOrOutSpeedTotal::getDayOutputBig).summaryStatistics();
- total1.setOutputBig(summaryStatistics.getAverage());
- //总大风切出最大值
- summaryStatistics = items.stream()
- .filter(i -> StringUtils.notEmp(i.getDayOutputBigMax()) && i.getDayOutputBigMax() > 0)
- .mapToDouble(ProEconInOrOutSpeedTotal::getDayOutputBigMax).summaryStatistics();
- total1.setOutputBigMax(summaryStatistics.getMax());
- //总大风切出最小值
- summaryStatistics = items.stream()
- .filter(i -> StringUtils.notEmp(i.getDayOutputBigMin()) && i.getDayOutputBigMin() > 0)
- .mapToDouble(ProEconInOrOutSpeedTotal::getDayOutputBigMin).summaryStatistics();
- total1.setOutputBigMin(summaryStatistics.getMin());
- QueryWrapper<ProEconInputOrOutputSpeed> queryWrapper2 = new QueryWrapper<>();
- queryWrapper2.eq("windturbine_id",windturbineId).isNotNull("speed").ne("speed",0);
- List<ProEconInputOrOutputSpeed> recordList = proEconInputOrOutputSpeedService.list(queryWrapper2);
- // .stream()
- // .filter(i -> i.getWindturbineId().equals(windturbineId) && StringUtils.notEmp(i.getSpeed())
- // && i.getSpeed() != 0).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> inputrecordList = recordList.stream()
- .filter(i -> i.getInputOrOutput() == 1).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> outputrecordList = recordList.stream()
- .filter(i -> i.getInputOrOutput() == 0).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> AList = inputrecordList.stream().filter(i -> i.getSpeed() > 0
- && i.getSpeed() <= 3).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> ACountList = inputrecordList.stream().filter(i -> i.getSpeed() > 0
- && i.getSpeed() <= 11).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> BList = outputrecordList.stream().filter(i -> i.getSpeed() > 0
- && i.getSpeed() <= 3).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> BCountList = outputrecordList.stream().filter(i -> i.getSpeed() > 0
- && i.getSpeed() <= 11).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> CList = inputrecordList.stream().filter(i -> i.getSpeed() >= 25).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> CCountList = inputrecordList.stream().filter(i -> i.getSpeed() > 11).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> DList = outputrecordList.stream().filter(i -> i.getSpeed() >= 25).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> DCountList = outputrecordList
- .stream().filter(i -> i.getSpeed() > 11).collect(Collectors.toList());
- //总小风切入合格率
- if (ACountList.size() != 0) {
- total1.setInputSmallRatio(new BigDecimal(AList.size()).divide(new BigDecimal(ACountList.size()),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- } else {
- total1.setInputSmallRatio(0.0);
- }
- //总小风切出合格率
- if (BCountList.size() != 0) {
- total1.setOutputSmallRatio(new BigDecimal(BList.size()).divide(new BigDecimal(BCountList.size()),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- } else {
- total1.setOutputSmallRatio(0.0);
- }
- //总大风切入合格率
- if (CCountList.size() != 0) {
- total1.setInputBigRatio(new BigDecimal(CList.size()).divide(new BigDecimal(CCountList.size()),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- } else {
- total1.setInputBigRatio(0.0);
- }
- //总大风切出合格率
- if (DCountList.size() != 0) {
- total1.setOutputBigMaxRatio(new BigDecimal(DList.size()).divide(new BigDecimal(DCountList.size()),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- } else {
- total1.setOutputBigMaxRatio(0.0);
- }
- }
- private void buildDay(Date end, Date daybegin, String windturbineId, ProEconInOrOutSpeedTotal total1, ProEconInOrOutSpeedTotal2 total2) {
- int count;
- QueryWrapper<ProEconInputOrOutputSpeed> queryWrapper = new QueryWrapper<>();
- queryWrapper.ge("record_date",daybegin).le("record_date",end).eq("windturbine_id",windturbineId).isNotNull("speed");
- List<ProEconInputOrOutputSpeed> recordList = proEconInputOrOutputSpeedService.list(queryWrapper);
- // .stream()
- // .filter(i -> i.getWindturbineId().equals(windturbineId) && StringUtils.notEmp(i.getSpeed())
- // && (i.getRecordDate().compareTo(daybegin) == 0 || i.getRecordDate().after(daybegin))
- // && (i.getRecordDate().compareTo(end) == 0 || i.getRecordDate().before(end))
- // && i.getSpeed() != 0).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> inputrecordList = recordList.stream()
- .filter(i -> i.getInputOrOutput() == 1).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> outputrecordList = recordList.stream()
- .filter(i -> i.getInputOrOutput() == 0).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> AList = inputrecordList.stream().filter(i -> i.getSpeed() > 0
- && i.getSpeed() <= 3).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> ACountList = inputrecordList.stream().filter(i -> i.getSpeed() > 0
- && i.getSpeed() <= 11).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> BList = outputrecordList.stream().filter(i -> i.getSpeed() > 0
- && i.getSpeed() <= 3).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> BCountList = outputrecordList.stream().filter(i -> i.getSpeed() > 0
- && i.getSpeed() <= 11).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> CList = inputrecordList.stream().filter(i -> i.getSpeed() > 0
- && i.getSpeed() >= 25).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> CCountList = inputrecordList.stream().filter(i -> i.getSpeed() > 0
- && i.getSpeed() > 11).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> DList = outputrecordList.stream().filter(i -> i.getSpeed() >= 25).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> DCountList = outputrecordList
- .stream().filter(i -> i.getSpeed() > 11).collect(Collectors.toList());
- if (ACountList.size() != 0) {
- total1.setDayInputSmallRatio(new BigDecimal(AList.size()).divide(new BigDecimal(ACountList.size()),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- } else {
- total1.setDayInputSmallRatio(0.0);
- }
- if (BCountList.size() != 0) {
- total1.setDayOutputSmallRatio(new BigDecimal(BList.size()).divide(new BigDecimal(BCountList.size()),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- } else {
- total1.setDayOutputSmallRatio(0.0);
- }
- if (CCountList.size() != 0) {
- total1.setDayInputBigRatio(new BigDecimal(CList.size()).divide(new BigDecimal(CCountList.size()),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- } else {
- total1.setDayInputBigRatio(0.0);
- }
- if (DCountList.size() != 0) {
- total1.setDayOutputBigRatio(new BigDecimal(DList.size()).divide(new BigDecimal(DCountList.size()),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- } else {
- total1.setDayOutputBigRatio(0.0);
- }
- List<ProEconInputOrOutputSpeed> A1List = inputrecordList.stream().filter(i -> i.getSpeed() > 0
- && i.getSpeed() < 2).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> A2List = inputrecordList.stream().filter(i -> i.getSpeed() >= 2
- && i.getSpeed() < 2.5).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> A3List = inputrecordList.stream().filter(i -> i.getSpeed() >= 2.5
- && i.getSpeed() < 3).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> A4List = inputrecordList.stream().filter(i -> i.getSpeed() >= 3
- && i.getSpeed() < 3.5).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> A5List = inputrecordList.stream().filter(i -> i.getSpeed() >= 3.5
- && i.getSpeed() < 4).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> A6List = inputrecordList.stream().filter(i -> i.getSpeed() >= 4
- && i.getSpeed() < 5).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> A7List = inputrecordList.stream().filter(i -> i.getSpeed() >= 5
- && i.getSpeed() <= 11).collect(Collectors.toList());
- DoubleSummaryStatistics summaryStatistics = inputrecordList.stream().filter(i ->
- i.getSpeed() > 0 && i.getSpeed() < 5)
- .mapToDouble(ProEconInputOrOutputSpeed::getSpeed).summaryStatistics();
- total1.setDayInputSmall(summaryStatistics.getAverage());
- total1.setDayInputSmallMax(summaryStatistics.getMax());
- total1.setDayInputSmallMin(summaryStatistics.getMin());
- summaryStatistics = inputrecordList.stream().filter(i ->
- i.getSpeed() > 18 && i.getSpeed() < 30)
- .mapToDouble(ProEconInputOrOutputSpeed::getSpeed).summaryStatistics();
- total1.setDayInputBig(summaryStatistics.getAverage());
- total1.setDayInputBigMax(summaryStatistics.getMax());
- total1.setDayInputBigMin(summaryStatistics.getMin());
- total2.setDaya1((double) A1List.size());
- total2.setDaya2((double) A2List.size());
- total2.setDaya3((double) A3List.size());
- total2.setDaya4((double) A4List.size());
- total2.setDaya5((double) A5List.size());
- total2.setDaya6((double) A6List.size());
- total2.setDaya7((double) A7List.size());
- count = A1List.size() + A2List.size() + A3List.size() + A4List.size() + A5List.size() + A6List.size() + A7List.size();
- if (count > 0) {
- total2.setDaya8(new BigDecimal(A1List.size()).divide(new BigDecimal(count),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- total2.setDaya9(new BigDecimal(A2List.size()).divide(new BigDecimal(count),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- total2.setDaya10(new BigDecimal(A3List.size()).divide(new BigDecimal(count),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- total2.setDaya11(new BigDecimal(A4List.size()).divide(new BigDecimal(count),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- total2.setDaya12(new BigDecimal(A5List.size()).divide(new BigDecimal(count),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- total2.setDaya13(new BigDecimal(A6List.size()).divide(new BigDecimal(count),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- total2.setDaya14(new BigDecimal(A7List.size()).divide(new BigDecimal(count),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- } else {
- total2.setDaya8(0.0);
- total2.setDaya9(0.0);
- total2.setDaya10(0.0);
- total2.setDaya11(0.0);
- total2.setDaya12(0.0);
- total2.setDaya13(0.0);
- total2.setDaya14(0.0);
- }
- List<ProEconInputOrOutputSpeed> B1List = outputrecordList.stream().filter(i -> i.getSpeed() > 0
- && i.getSpeed() < 2).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> B2List = outputrecordList.stream().filter(i -> i.getSpeed() >= 2
- && i.getSpeed() < 2.5).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> B3List = outputrecordList.stream().filter(i -> i.getSpeed() >= 2.5
- && i.getSpeed() < 3).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> B4List = outputrecordList.stream().filter(i -> i.getSpeed() >= 3
- && i.getSpeed() < 3.5).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> B5List = outputrecordList.stream().filter(i -> i.getSpeed() >= 3.5
- && i.getSpeed() < 4).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> B6List = outputrecordList.stream().filter(i -> i.getSpeed() >= 4
- && i.getSpeed() < 5).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> B7List = outputrecordList.stream().filter(i -> i.getSpeed() >= 5
- && i.getSpeed() <= 11).collect(Collectors.toList());
- summaryStatistics = outputrecordList.stream().filter(i ->
- i.getSpeed() > 0 && i.getSpeed() < 5)
- .mapToDouble(ProEconInputOrOutputSpeed::getSpeed).summaryStatistics();
- total1.setDayOutputSmall(summaryStatistics.getAverage());
- total1.setDayOutputSmallMax(summaryStatistics.getMax());
- total1.setDayOutputSmallMin(summaryStatistics.getMin());
- summaryStatistics = outputrecordList.stream().filter(i ->
- i.getSpeed() > 18 && i.getSpeed() < 30)
- .mapToDouble(ProEconInputOrOutputSpeed::getSpeed).summaryStatistics();
- total1.setDayOutputBig(summaryStatistics.getAverage());
- total1.setDayOutputBigMax(summaryStatistics.getMax());
- total1.setDayOutputBigMin(summaryStatistics.getMin());
- total2.setDaya1((double) B1List.size());
- total2.setDaya2((double) B2List.size());
- total2.setDaya3((double) B3List.size());
- total2.setDaya4((double) B4List.size());
- total2.setDaya5((double) B5List.size());
- total2.setDaya6((double) B6List.size());
- total2.setDaya7((double) B7List.size());
- count = B1List.size() + B2List.size() + B3List.size() + B4List.size() + B5List.size() + B6List.size() + B7List.size();
- if (count > 0) {
- total2.setDaya8(new BigDecimal(B1List.size()).divide(new BigDecimal(count),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- total2.setDaya9(new BigDecimal(B2List.size()).divide(new BigDecimal(count),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- total2.setDaya10(new BigDecimal(B3List.size()).divide(new BigDecimal(count),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- total2.setDaya11(new BigDecimal(B4List.size()).divide(new BigDecimal(count),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- total2.setDaya12(new BigDecimal(B5List.size()).divide(new BigDecimal(count),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- total2.setDaya13(new BigDecimal(B6List.size()).divide(new BigDecimal(count),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- total2.setDaya14(new BigDecimal(B7List.size()).divide(new BigDecimal(count),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- } else {
- total2.setDaya8(0.0);
- total2.setDaya9(0.0);
- total2.setDaya10(0.0);
- total2.setDaya11(0.0);
- total2.setDaya12(0.0);
- total2.setDaya13(0.0);
- total2.setDaya14(0.0);
- }
- }
- private void buildMonth(Date end, Date monthbegin, String windturbineId, ProEconInOrOutSpeedTotal total1, ProEconInOrOutSpeedTotal2 total2) {
- int count;
- QueryWrapper<ProEconInputOrOutputSpeed> queryWrapper = new QueryWrapper<>();
- queryWrapper.ge("record_date",monthbegin).le("record_date",end).eq("windturbine_id",windturbineId).isNotNull("speed");
- List<ProEconInputOrOutputSpeed> recordList = proEconInputOrOutputSpeedService.list(queryWrapper);
- // .stream()
- // .filter(i -> i.getWindturbineId().equals(windturbineId) && StringUtils.notEmp(i.getSpeed())
- // && (i.getRecordDate().compareTo(monthbegin) == 0 || i.getRecordDate().after(monthbegin))
- // && (i.getRecordDate().compareTo(end) == 0 || i.getRecordDate().before(end))
- // && i.getSpeed() != 0).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> inputrecordList = recordList.stream()
- .filter(i -> i.getInputOrOutput() == 1).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> outputrecordList = recordList.stream()
- .filter(i -> i.getInputOrOutput() == 0).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> AList = inputrecordList.stream().filter(i -> i.getSpeed() > 0
- && i.getSpeed() <= 3).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> ACountList = inputrecordList.stream().filter(i -> i.getSpeed() > 0
- && i.getSpeed() <= 11).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> BList = outputrecordList.stream().filter(i -> i.getSpeed() > 0
- && i.getSpeed() <= 3).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> BCountList = outputrecordList.stream().filter(i -> i.getSpeed() > 0
- && i.getSpeed() <= 11).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> CList = inputrecordList.stream().filter(i -> i.getSpeed() > 0
- && i.getSpeed() >= 25).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> CCountList = inputrecordList.stream().filter(i -> i.getSpeed() > 0
- && i.getSpeed() > 11).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> DList = outputrecordList.stream().filter(i -> i.getSpeed() >= 25).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> DCountList = outputrecordList
- .stream().filter(i -> i.getSpeed() > 11).collect(Collectors.toList());
- if (ACountList.size() != 0) {
- total1.setMonthInputSmallRatio(new BigDecimal(AList.size()).divide(new BigDecimal(ACountList.size()),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- } else {
- total1.setMonthInputSmallRatio(0.0);
- }
- if (BCountList.size() != 0) {
- total1.setMonthOutputSmallRatio(new BigDecimal(BList.size()).divide(new BigDecimal(BCountList.size()),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- } else {
- total1.setMonthOutputSmallRatio(0.0);
- }
- if (CCountList.size() != 0) {
- total1.setMonthInputBigRatio(new BigDecimal(CList.size()).divide(new BigDecimal(CCountList.size()),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- } else {
- total1.setMonthInputBigRatio(0.0);
- }
- if (DCountList.size() != 0) {
- total1.setMonthOutputBigRatio(new BigDecimal(DList.size()).divide(new BigDecimal(DCountList.size()),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- } else {
- total1.setMonthOutputBigRatio(0.0);
- }
- List<ProEconInputOrOutputSpeed> A1List = inputrecordList.stream().filter(i -> i.getSpeed() > 0
- && i.getSpeed() < 2).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> A2List = inputrecordList.stream().filter(i -> i.getSpeed() >= 2
- && i.getSpeed() < 2.5).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> A3List = inputrecordList.stream().filter(i -> i.getSpeed() >= 2.5
- && i.getSpeed() < 3).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> A4List = inputrecordList.stream().filter(i -> i.getSpeed() >= 3
- && i.getSpeed() < 3.5).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> A5List = inputrecordList.stream().filter(i -> i.getSpeed() >= 3.5
- && i.getSpeed() < 4).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> A6List = inputrecordList.stream().filter(i -> i.getSpeed() >= 4
- && i.getSpeed() < 5).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> A7List = inputrecordList.stream().filter(i -> i.getSpeed() >= 5
- && i.getSpeed() <= 11).collect(Collectors.toList());
- DoubleSummaryStatistics summaryStatistics = inputrecordList.stream().filter(i ->
- i.getSpeed() > 0 && i.getSpeed() < 5)
- .mapToDouble(ProEconInputOrOutputSpeed::getSpeed).summaryStatistics();
- total1.setMonthInputSmall(summaryStatistics.getAverage());
- total1.setMonthInputSmallMax(summaryStatistics.getMax());
- total1.setMonthInputSmallMin(summaryStatistics.getMin());
- summaryStatistics = inputrecordList.stream().filter(i ->
- i.getSpeed() > 18 && i.getSpeed() < 30)
- .mapToDouble(ProEconInputOrOutputSpeed::getSpeed).summaryStatistics();
- total1.setMonthInputBig(summaryStatistics.getAverage());
- total1.setMonthInputBigMax(summaryStatistics.getMax());
- total1.setMonthInputBigMin(summaryStatistics.getMin());
- total2.setMontha1((double) A1List.size());
- total2.setMontha2((double) A2List.size());
- total2.setMontha3((double) A3List.size());
- total2.setMontha4((double) A4List.size());
- total2.setMontha5((double) A5List.size());
- total2.setMontha6((double) A6List.size());
- total2.setMontha7((double) A7List.size());
- count = A1List.size() + A2List.size() + A3List.size() + A4List.size() + A5List.size() + A6List.size() + A7List.size();
- if (count > 0) {
- total2.setMontha8(new BigDecimal(A1List.size()).divide(new BigDecimal(count),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- total2.setMontha9(new BigDecimal(A2List.size()).divide(new BigDecimal(count),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- total2.setMontha10(new BigDecimal(A3List.size()).divide(new BigDecimal(count),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- total2.setMontha11(new BigDecimal(A4List.size()).divide(new BigDecimal(count),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- total2.setMontha12(new BigDecimal(A5List.size()).divide(new BigDecimal(count),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- total2.setMontha13(new BigDecimal(A6List.size()).divide(new BigDecimal(count),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- total2.setMontha14(new BigDecimal(A7List.size()).divide(new BigDecimal(count),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- } else {
- total2.setMontha8(0.0);
- total2.setMontha9(0.0);
- total2.setMontha10(0.0);
- total2.setMontha11(0.0);
- total2.setMontha12(0.0);
- total2.setMontha13(0.0);
- total2.setMontha14(0.0);
- }
- List<ProEconInputOrOutputSpeed> B1List = outputrecordList.stream().filter(i -> i.getSpeed() > 0
- && i.getSpeed() < 2).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> B2List = outputrecordList.stream().filter(i -> i.getSpeed() >= 2
- && i.getSpeed() < 2.5).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> B3List = outputrecordList.stream().filter(i -> i.getSpeed() >= 2.5
- && i.getSpeed() < 3).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> B4List = outputrecordList.stream().filter(i -> i.getSpeed() >= 3
- && i.getSpeed() < 3.5).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> B5List = outputrecordList.stream().filter(i -> i.getSpeed() >= 3.5
- && i.getSpeed() < 4).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> B6List = outputrecordList.stream().filter(i -> i.getSpeed() >= 4
- && i.getSpeed() < 5).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> B7List = outputrecordList.stream().filter(i -> i.getSpeed() >= 5
- && i.getSpeed() <= 11).collect(Collectors.toList());
- summaryStatistics = outputrecordList.stream().filter(i ->
- i.getSpeed() > 0 && i.getSpeed() < 5)
- .mapToDouble(ProEconInputOrOutputSpeed::getSpeed).summaryStatistics();
- total1.setMonthOutputSmall(summaryStatistics.getAverage());
- total1.setMonthOutputSmallMax(summaryStatistics.getMax());
- total1.setMonthOutputSmallMin(summaryStatistics.getMin());
- summaryStatistics = outputrecordList.stream().filter(i ->
- i.getSpeed() > 18 && i.getSpeed() < 30)
- .mapToDouble(ProEconInputOrOutputSpeed::getSpeed).summaryStatistics();
- total1.setMonthOutputBig(summaryStatistics.getAverage());
- total1.setMonthOutputBigMax(summaryStatistics.getMax());
- total1.setMonthOutputBigMin(summaryStatistics.getMin());
- total2.setMontha1((double) B1List.size());
- total2.setMontha2((double) B2List.size());
- total2.setMontha3((double) B3List.size());
- total2.setMontha4((double) B4List.size());
- total2.setMontha5((double) B5List.size());
- total2.setMontha6((double) B6List.size());
- total2.setMontha7((double) B7List.size());
- count = B1List.size() + B2List.size() + B3List.size() + B4List.size() + B5List.size() + B6List.size() + B7List.size();
- if (count > 0) {
- total2.setMontha8(new BigDecimal(B1List.size()).divide(new BigDecimal(count),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- total2.setMontha9(new BigDecimal(B2List.size()).divide(new BigDecimal(count),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- total2.setMontha10(new BigDecimal(B3List.size()).divide(new BigDecimal(count),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- total2.setMontha11(new BigDecimal(B4List.size()).divide(new BigDecimal(count),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- total2.setMontha12(new BigDecimal(B5List.size()).divide(new BigDecimal(count),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- total2.setMontha13(new BigDecimal(B6List.size()).divide(new BigDecimal(count),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- total2.setMontha14(new BigDecimal(B7List.size()).divide(new BigDecimal(count),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- } else {
- total2.setMontha8(0.0);
- total2.setMontha9(0.0);
- total2.setMontha10(0.0);
- total2.setMontha11(0.0);
- total2.setMontha12(0.0);
- total2.setMontha13(0.0);
- total2.setMontha14(0.0);
- }
- }
- private void buildyear(Date end, Date yearbegin, String windturbineId, ProEconInOrOutSpeedTotal total1, ProEconInOrOutSpeedTotal2 total2) {
- int count;
- QueryWrapper<ProEconInputOrOutputSpeed> queryWrapper = new QueryWrapper<>();
- queryWrapper.ge("record_date",yearbegin).le("record_date",end).eq("windturbine_id",windturbineId).isNotNull("speed");
- List<ProEconInputOrOutputSpeed> recordList = proEconInputOrOutputSpeedService.list(queryWrapper);
- // .stream()
- // .filter(i -> i.getWindturbineId().equals(windturbineId) && StringUtils.notEmp(i.getSpeed())
- // && (i.getRecordDate().compareTo(yearbegin) == 0 || i.getRecordDate().after(yearbegin))
- // && (i.getRecordDate().compareTo(end) == 0 || i.getRecordDate().before(end))
- // && i.getSpeed() != 0).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> inputrecordList = recordList.stream()
- .filter(i -> i.getInputOrOutput() == 1).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> outputrecordList = recordList.stream()
- .filter(i -> i.getInputOrOutput() == 0).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> AList = inputrecordList.stream().filter(i -> i.getSpeed() > 0
- && i.getSpeed() <= 3).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> ACountList = inputrecordList.stream().filter(i -> i.getSpeed() > 0
- && i.getSpeed() <= 11).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> BList = outputrecordList.stream().filter(i -> i.getSpeed() > 0
- && i.getSpeed() <= 3).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> BCountList = outputrecordList.stream().filter(i -> i.getSpeed() > 0
- && i.getSpeed() <= 11).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> CList = inputrecordList.stream().filter(i -> i.getSpeed() > 0
- && i.getSpeed() >= 25).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> CCountList = inputrecordList.stream().filter(i -> i.getSpeed() > 0
- && i.getSpeed() > 11).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> DList = outputrecordList.stream().filter(i -> i.getSpeed() >= 25).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> DCountList = outputrecordList
- .stream().filter(i -> i.getSpeed() > 11).collect(Collectors.toList());
- if (ACountList.size() != 0) {
- total1.setYearInputSmallRatio(new BigDecimal(AList.size()).divide(new BigDecimal(ACountList.size()),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- } else {
- total1.setYearInputSmallRatio(0.0);
- }
- if (BCountList.size() != 0) {
- total1.setYearOutputSmallRatio(new BigDecimal(BList.size()).divide(new BigDecimal(BCountList.size()),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- } else {
- total1.setYearOutputSmallRatio(0.0);
- }
- if (CCountList.size() != 0) {
- total1.setYearInputBigRatio(new BigDecimal(CList.size()).divide(new BigDecimal(CCountList.size()),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- } else {
- total1.setYearInputBigRatio(0.0);
- }
- if (DCountList.size() != 0) {
- total1.setYearOutputBigRatio(new BigDecimal(DList.size()).divide(new BigDecimal(DCountList.size()),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- } else {
- total1.setYearOutputBigRatio(0.0);
- }
- List<ProEconInputOrOutputSpeed> A1List = inputrecordList.stream().filter(i -> i.getSpeed() > 0
- && i.getSpeed() < 2).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> A2List = inputrecordList.stream().filter(i -> i.getSpeed() >= 2
- && i.getSpeed() < 2.5).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> A3List = inputrecordList.stream().filter(i -> i.getSpeed() >= 2.5
- && i.getSpeed() < 3).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> A4List = inputrecordList.stream().filter(i -> i.getSpeed() >= 3
- && i.getSpeed() < 3.5).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> A5List = inputrecordList.stream().filter(i -> i.getSpeed() >= 3.5
- && i.getSpeed() < 4).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> A6List = inputrecordList.stream().filter(i -> i.getSpeed() >= 4
- && i.getSpeed() < 5).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> A7List = inputrecordList.stream().filter(i -> i.getSpeed() >= 5
- && i.getSpeed() <= 11).collect(Collectors.toList());
- DoubleSummaryStatistics summaryStatistics = inputrecordList.stream().filter(i ->
- i.getSpeed() > 0 && i.getSpeed() < 5)
- .mapToDouble(ProEconInputOrOutputSpeed::getSpeed).summaryStatistics();
- total1.setYearInputSmall(summaryStatistics.getAverage());
- total1.setYearInputSmallMax(summaryStatistics.getMax());
- total1.setYearInputSmallMin(summaryStatistics.getMin());
- summaryStatistics = inputrecordList.stream().filter(i ->
- i.getSpeed() > 18 && i.getSpeed() < 30)
- .mapToDouble(ProEconInputOrOutputSpeed::getSpeed).summaryStatistics();
- total1.setYearInputBig(summaryStatistics.getAverage());
- total1.setYearInputBigMax(summaryStatistics.getMax());
- total1.setYearInputBigMin(summaryStatistics.getMin());
- total2.setYeara1((double) A1List.size());
- total2.setYeara2((double) A2List.size());
- total2.setYeara3((double) A3List.size());
- total2.setYeara4((double) A4List.size());
- total2.setYeara5((double) A5List.size());
- total2.setYeara6((double) A6List.size());
- total2.setYeara7((double) A7List.size());
- count = A1List.size() + A2List.size() + A3List.size() + A4List.size() + A5List.size() + A6List.size() + A7List.size();
- if (count > 0) {
- total2.setYeara8(new BigDecimal(A1List.size()).divide(new BigDecimal(count),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- total2.setYeara9(new BigDecimal(A2List.size()).divide(new BigDecimal(count),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- total2.setYeara10(new BigDecimal(A3List.size()).divide(new BigDecimal(count),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- total2.setYeara11(new BigDecimal(A4List.size()).divide(new BigDecimal(count),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- total2.setYeara12(new BigDecimal(A5List.size()).divide(new BigDecimal(count),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- total2.setYeara13(new BigDecimal(A6List.size()).divide(new BigDecimal(count),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- total2.setYeara14(new BigDecimal(A7List.size()).divide(new BigDecimal(count),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- } else {
- total2.setYeara8(0.0);
- total2.setYeara9(0.0);
- total2.setYeara10(0.0);
- total2.setYeara11(0.0);
- total2.setYeara12(0.0);
- total2.setYeara13(0.0);
- total2.setYeara14(0.0);
- }
- List<ProEconInputOrOutputSpeed> B1List = outputrecordList.stream().filter(i -> i.getSpeed() > 0
- && i.getSpeed() < 2).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> B2List = outputrecordList.stream().filter(i -> i.getSpeed() >= 2
- && i.getSpeed() < 2.5).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> B3List = outputrecordList.stream().filter(i -> i.getSpeed() >= 2.5
- && i.getSpeed() < 3).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> B4List = outputrecordList.stream().filter(i -> i.getSpeed() >= 3
- && i.getSpeed() < 3.5).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> B5List = outputrecordList.stream().filter(i -> i.getSpeed() >= 3.5
- && i.getSpeed() < 4).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> B6List = outputrecordList.stream().filter(i -> i.getSpeed() >= 4
- && i.getSpeed() < 5).collect(Collectors.toList());
- List<ProEconInputOrOutputSpeed> B7List = outputrecordList.stream().filter(i -> i.getSpeed() >= 5
- && i.getSpeed() <= 11).collect(Collectors.toList());
- summaryStatistics = outputrecordList.stream().filter(i ->
- i.getSpeed() > 0 && i.getSpeed() < 5)
- .mapToDouble(ProEconInputOrOutputSpeed::getSpeed).summaryStatistics();
- total1.setYearOutputSmall(summaryStatistics.getAverage());
- total1.setYearOutputSmallMax(summaryStatistics.getMax());
- total1.setYearOutputSmallMin(summaryStatistics.getMin());
- summaryStatistics = outputrecordList.stream().filter(i ->
- i.getSpeed() > 18 && i.getSpeed() < 30)
- .mapToDouble(ProEconInputOrOutputSpeed::getSpeed).summaryStatistics();
- total1.setYearOutputBig(summaryStatistics.getAverage());
- total1.setYearOutputBigMax(summaryStatistics.getMax());
- total1.setYearOutputBigMin(summaryStatistics.getMin());
- total2.setYeara1((double) B1List.size());
- total2.setYeara2((double) B2List.size());
- total2.setYeara3((double) B3List.size());
- total2.setYeara4((double) B4List.size());
- total2.setYeara5((double) B5List.size());
- total2.setYeara6((double) B6List.size());
- total2.setYeara7((double) B7List.size());
- count = B1List.size() + B2List.size() + B3List.size() + B4List.size() + B5List.size() + B6List.size() + B7List.size();
- if (count > 0) {
- total2.setYeara8(new BigDecimal(B1List.size()).divide(new BigDecimal(count),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- total2.setYeara9(new BigDecimal(B2List.size()).divide(new BigDecimal(count),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- total2.setYeara10(new BigDecimal(B3List.size()).divide(new BigDecimal(count),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- total2.setYeara11(new BigDecimal(B4List.size()).divide(new BigDecimal(count),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- total2.setYeara12(new BigDecimal(B5List.size()).divide(new BigDecimal(count),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- total2.setYeara13(new BigDecimal(B6List.size()).divide(new BigDecimal(count),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- total2.setYeara14(new BigDecimal(B7List.size()).divide(new BigDecimal(count),
- 4, RoundingMode.HALF_EVEN).multiply(new BigDecimal(100)).doubleValue());
- } else {
- total2.setYeara8(0.0);
- total2.setYeara9(0.0);
- total2.setYeara10(0.0);
- total2.setYeara11(0.0);
- total2.setYeara12(0.0);
- total2.setYeara13(0.0);
- total2.setYeara14(0.0);
- }
- }
- }
|