|
@@ -1319,7 +1319,7 @@ public class MonitorService {
|
|
|
|
|
|
|
|
|
for (ProBasicPowerstation wp : wplist) {
|
|
|
- if (wpId.contains(wp.getId()) && wp.getSpare4().equals("1")) {
|
|
|
+ if (wpId.contains(wp.getId()) && wp.getWindType().equals("-1")) {
|
|
|
//清洁能源风电装机容量
|
|
|
qjny_fd_zjrl += null != wp.getWindCapacity() ? wp.getWindCapacity() : 0.0;
|
|
|
|
|
@@ -1336,7 +1336,7 @@ public class MonitorService {
|
|
|
cblpoint.put("jr_fd_zjrl", StringUtils.round(jr_fd_zjrl / 1000, 2));
|
|
|
cblpoint.put("qjny_fj_ts", StringUtils.round(qjny_fj_ts, 2));
|
|
|
cblpoint.put("jr_fj_ts", StringUtils.round(jr_fj_ts, 2));
|
|
|
- } else if (wpId.contains(wp.getId()) && wp.getSpare4().equals("2")) {
|
|
|
+ } else if (wpId.contains(wp.getId()) && wp.getWindType().equals("-2")) {
|
|
|
|
|
|
//清洁能源光伏装机容量
|
|
|
qjny_gf_zjrl += null != wp.getCapacity() ? wp.getCapacity() : 0.0;
|