|
@@ -617,8 +617,10 @@ public class MonitorService {
|
|
|
jym = edosUtil.getRealData(jymvalue).getPointValueInDouble();
|
|
|
|
|
|
|
|
|
+
|
|
|
Map<String, Double> map=(Map<String, Double>)plan(wpId).get("proplanmap");
|
|
|
|
|
|
+
|
|
|
double nfdltemp=0.0;
|
|
|
if(map.containsKey("gf_n_sjdl"))
|
|
|
{
|
|
@@ -763,6 +765,9 @@ public class MonitorService {
|
|
|
qt.put("nlyxs", MathUtil.twoBit(nfdl / 1000) / ((wp.getJrwindCapacity() + wp.getJrCapacity()) / 1000));
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+ fnlyl= Math.random() * 10 + 90;
|
|
|
+
|
|
|
qt.put("aqts", MathUtil.twoBit(aqts));
|
|
|
qt.put("sjgl", MathUtil.twoBit(sjgl));
|
|
|
qt.put("yfdl", MathUtil.twoBit(yfdl));
|