|
@@ -859,7 +859,7 @@ public class MonitorService {
|
|
|
nfdljh = map.get("nfdljh");
|
|
|
nfdlsj = map.get("nfdlsj");
|
|
|
nfdlsj = nfdlsj + sjfdl;
|
|
|
- nfdljh = nfdljh + Double.parseDouble(plan.getGeneratingCapacity());
|
|
|
+ nfdljh = nfdljh + plan.getGeneratingCapacity();
|
|
|
map.put("nfdljh", nfdljh);
|
|
|
map.put("nfdlsj", nfdlsj);
|
|
|
|