|
@@ -6,6 +6,7 @@ import com.gyee.common.model.PointData;
|
|
|
import com.gyee.common.util.DateUtils;
|
|
|
import com.gyee.common.util.DoubleUtils;
|
|
|
import com.gyee.common.util.SortUtils;
|
|
|
+import com.gyee.runeconomy.dto.DataVo;
|
|
|
import com.gyee.runeconomy.dto.PowercurveVo;
|
|
|
import com.gyee.runeconomy.dto.ProjectplanVo;
|
|
|
import com.gyee.runeconomy.init.CacheContext;
|
|
@@ -838,120 +839,7 @@ public class MonitorService {
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
@@ -1588,22 +1476,6 @@ public class MonitorService {
|
|
|
currentyear.add(Calendar.YEAR, 0);
|
|
|
Date currentDate = currentyear.getTime();
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
|
|
|
|
|
|
double zjrl = 0.0;
|
|
@@ -1985,6 +1857,8 @@ public class MonitorService {
|
|
|
cal.setTime(new Date());
|
|
|
int year = cal.get(Calendar.YEAR);
|
|
|
|
|
|
+ int month2 = DateUtils.getMonth(new Date());
|
|
|
+
|
|
|
double fd_r_jhdl = 0;
|
|
|
double fd_y_jhdl = 0;
|
|
|
double fd_n_jhdl = 0;
|
|
@@ -2000,13 +1874,6 @@ public class MonitorService {
|
|
|
double gf_n_sjdl = 0;
|
|
|
|
|
|
|
|
|
- List<ProBasicProjectPlan> pjls = proBasicProjectPlanService.getList(String.valueOf(year));
|
|
|
-
|
|
|
-
|
|
|
- Map<String, Map<String, Double>> planmap = new HashMap<>();
|
|
|
-
|
|
|
- setPlanInfoByType(planmap, pjls, wpId);
|
|
|
-
|
|
|
if (wpId.endsWith(QS) || wpId.endsWith(FD) || wpId.endsWith(GF)) {
|
|
|
|
|
|
double rfdlsj = 0.0;
|
|
@@ -2071,22 +1938,23 @@ public class MonitorService {
|
|
|
|
|
|
}
|
|
|
|
|
|
+ List<ProBasicProjectPlan> currentls = proBasicProjectPlanService.getList(String.valueOf(year));
|
|
|
+ List<ProBasicProjectPlan> monthls = proBasicProjectPlanService.getmonthList(String.valueOf(month2));
|
|
|
+
|
|
|
for (ProBasicPowerstation wp : wplist) {
|
|
|
|
|
|
- if (planmap.containsKey(wp.getId())) {
|
|
|
- Map<String, Double> valuemap = planmap.get(wp.getId());
|
|
|
+ List<ProBasicProjectPlan> currentjh = currentls.stream().filter(wp1 -> wp1.getWindpowerstationId().equals(wp.getId())).collect(Collectors.toList());
|
|
|
+ List<ProBasicProjectPlan> monthjh = monthls.stream().filter(wp1 -> wp1.getWindpowerstationId().equals(wp.getId())).collect(Collectors.toList());
|
|
|
+
|
|
|
|
|
|
double yfdljh = 0.0;
|
|
|
double rfdlsj = 0.0;
|
|
|
double yfdlsj = 0.0;
|
|
|
double nfdljh = 0.0;
|
|
|
double nfdlsj = 0.0;
|
|
|
- if (valuemap.containsKey("yfdljh")) {
|
|
|
- yfdljh = valuemap.get("yfdljh");
|
|
|
- }
|
|
|
- if (valuemap.containsKey("nfdljh")) {
|
|
|
- nfdljh = valuemap.get("nfdljh");
|
|
|
- }
|
|
|
+ yfdljh = monthjh.stream().mapToDouble(ProBasicProjectPlan::getGeneratingCapacity).sum();;
|
|
|
+ nfdljh = currentjh.stream().mapToDouble(ProBasicProjectPlan::getGeneratingCapacity).sum(); ;
|
|
|
+
|
|
|
if (wp.getId().indexOf("FDC_STA") >= 0) {
|
|
|
|
|
|
if (wpId.endsWith("STA")) {
|
|
@@ -2133,9 +2001,6 @@ public class MonitorService {
|
|
|
|
|
|
}
|
|
|
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
}
|
|
|
|
|
|
|
|
@@ -2185,75 +2050,60 @@ public class MonitorService {
|
|
|
}
|
|
|
|
|
|
|
|
|
- private void setPlanInfoByType
|
|
|
- (Map<String, Map<String, Double>> gxkmap, List<ProBasicProjectPlan> planls, String wpId) {
|
|
|
-
|
|
|
- double yfdljh = 0.0;
|
|
|
- double yfdlsj = 0.0;
|
|
|
- double nfdljh = 0.0;
|
|
|
- double nfdlsj = 0.0;
|
|
|
-
|
|
|
- Calendar cal = Calendar.getInstance();
|
|
|
- cal.setTime(new Date());
|
|
|
- int month = cal.get(Calendar.MONTH) + 1;
|
|
|
-
|
|
|
-
|
|
|
- for (ProBasicProjectPlan plan : planls) {
|
|
|
-
|
|
|
- double fdl = null != plan.getGeneratingCapacity() ? Double.valueOf(plan.getGeneratingCapacity()) : 0.0;
|
|
|
-
|
|
|
- double sjfdl = null != plan.getOutageHours() ? Double.valueOf(plan.getOutageHours()) : 0.0;
|
|
|
-
|
|
|
|
|
|
- if (gxkmap.containsKey(plan.getWindpowerstationId())) {
|
|
|
+
|
|
|
|
|
|
- Map<String, Double> map = gxkmap.get(plan.getWindpowerstationId());
|
|
|
- if (StringUtils.notEmp(plan.getMonth())) {
|
|
|
- int planmonth = Integer.valueOf(plan.getMonth());
|
|
|
- if (planmonth == month) {
|
|
|
+
|
|
|
+ public List<DataVo> GroupRealtimevalue(String wpId, String uniformCode) throws Exception {
|
|
|
|
|
|
- yfdljh = map.get("yfdljh");
|
|
|
- yfdlsj = map.get("yfdlsj");
|
|
|
+ Date beginDate = com.gyee.common.util.DateUtils.getSamedayZero();
|
|
|
+ Date endDate = com.gyee.common.util.DateUtils.getCurrentDate();
|
|
|
+ List<DataVo> vos = new ArrayList<DataVo>();
|
|
|
|
|
|
- yfdljh = yfdljh + fdl;
|
|
|
- yfdlsj = yfdlsj + sjfdl;
|
|
|
+ int day = DateUtils.getCurrentHour();
|
|
|
|
|
|
- map.put("yfdljh", yfdljh);
|
|
|
- map.put("yfdlsj", yfdlsj);
|
|
|
- }
|
|
|
+ for (int i = 0; i < day; i++) {
|
|
|
+ DataVo vo = new DataVo();
|
|
|
+ vo.setValue1(0.0);
|
|
|
+ vo.setValue2(0.0);
|
|
|
+ vo.setValue3(0.0);
|
|
|
+ vo.setHours(i);
|
|
|
+ vo.setName(wpId);
|
|
|
+ vos.add(vo);
|
|
|
+ }
|
|
|
|
|
|
- nfdljh = map.get("nfdljh");
|
|
|
- nfdlsj = map.get("nfdlsj");
|
|
|
- nfdlsj = nfdlsj + sjfdl;
|
|
|
- nfdljh = nfdljh + plan.getGeneratingCapacity();
|
|
|
- map.put("nfdljh", nfdljh);
|
|
|
- map.put("nfdlsj", nfdlsj);
|
|
|
+ ProBasicPowerstationPoint sjgl = proBasicPowerstationPointService.getPowerstationPoint(wpId, ContantXk.SSZGL);
|
|
|
|
|
|
+ if (uniformCode.contains("SSZGL")) {
|
|
|
+ List<PointData> sjglls = edosUtil.getHistoryDatasSnap(sjgl, beginDate.getTime() / 1000, endDate.getTime() / 1000, null, 3600L);
|
|
|
+ double temp1 = 0;
|
|
|
+ for (int i = 0; i < sjglls.size(); i++) {
|
|
|
+ temp1 = sjglls.get(i).getPointValueInDouble();
|
|
|
+ vos.get(i).setValue1(StringUtils.round(temp1 / 1000, 2));
|
|
|
+ }
|
|
|
+ }
|
|
|
+ if (wpId.contains(QS)) {
|
|
|
+ ProBasicPowerstationPoint fdsjgl = proBasicPowerstationPointService.getPowerstationPoint(wpId.substring(0,wpId.indexOf("0"))+"-1", ContantXk.SSZGL);
|
|
|
+ if (uniformCode.contains("SSZGL")) {
|
|
|
+ List<PointData> fdsjglls = edosUtil.getHistoryDatasSnap(fdsjgl, beginDate.getTime() / 1000, endDate.getTime() / 1000, null, 3600L);
|
|
|
+ double temp2 = 0;
|
|
|
+ for (int i = 0; i < fdsjglls.size(); i++) {
|
|
|
+ temp2 = fdsjglls.get(i).getPointValueInDouble();
|
|
|
+ vos.get(i).setValue2(StringUtils.round(temp2 / 1000, 2));
|
|
|
}
|
|
|
- } else {
|
|
|
- Map<String, Double> map = new HashMap<>();
|
|
|
-
|
|
|
- if (StringUtils.notEmp(plan.getMonth())) {
|
|
|
- int planmonth = Integer.valueOf(plan.getMonth());
|
|
|
- if (planmonth == month) {
|
|
|
-
|
|
|
- map.put("yfdljh", fdl);
|
|
|
- map.put("yfdlsj", sjfdl);
|
|
|
- map.put("nfdljh", 0.00);
|
|
|
- map.put("nfdlsj", 0.00);
|
|
|
- } else {
|
|
|
- map.put("nfdljh", fdl);
|
|
|
- map.put("nfdlsj", sjfdl);
|
|
|
- map.put("yfdljh", 0.00);
|
|
|
- map.put("yfdlsj", 0.00);
|
|
|
- }
|
|
|
-
|
|
|
-
|
|
|
+ }
|
|
|
+ }
|
|
|
+ if (wpId.contains(QS)) {
|
|
|
+ ProBasicPowerstationPoint gfsjgl = proBasicPowerstationPointService.getPowerstationPoint(wpId.substring(0,wpId.indexOf("0"))+"-2", ContantXk.SSZGL);
|
|
|
+ if (uniformCode.contains("SSZGL")) {
|
|
|
+ List<PointData> gfsjglls = edosUtil.getHistoryDatasSnap(gfsjgl, beginDate.getTime() / 1000, endDate.getTime() / 1000, null, 3600L);
|
|
|
+ double temp3 = 0;
|
|
|
+ for (int i = 0; i < gfsjglls.size(); i++) {
|
|
|
+ temp3 = gfsjglls.get(i).getPointValueInDouble();
|
|
|
+ vos.get(i).setValue3(StringUtils.round(temp3 / 1000, 2));
|
|
|
}
|
|
|
- gxkmap.put(plan.getWindpowerstationId(), map);
|
|
|
}
|
|
|
-
|
|
|
}
|
|
|
+ return vos;
|
|
|
}
|
|
|
-
|
|
|
}
|