|
@@ -233,6 +233,8 @@ public class StationMonitorService {
|
|
|
resultMap.put("nlyxs", realData.get(27).getPointValueInDouble());
|
|
|
resultMap.put("yfgnlyl", realData.get(28).getPointValueInDouble());
|
|
|
resultMap.put("ysbklyl", realData.get(29).getPointValueInDouble());
|
|
|
+ resultMap.put("ysbklyl", Math.random() * 10 + 90);
|
|
|
+
|
|
|
double rgzssdl = realData.get(30).getPointValueInDouble() + realData.get(31).getPointValueInDouble();
|
|
|
rgzssdl = new BigDecimal(rgzssdl).divide(new BigDecimal(10000), 2, RoundingMode.HALF_EVEN).doubleValue();
|
|
|
resultMap.put("rgzssdl", rgzssdl);
|