Browse Source

修改矩阵台数

xieshengjie 1 year ago
parent
commit
273b6af0ca

+ 1 - 1
web/runeconomy-xk/src/main/java/com/gyee/runeconomy/service/monitor/MatrixService.java

@@ -475,7 +475,7 @@ public class MatrixService {
         List<PointData> realData = edosUtil.getRealData(wpPoints);
         resultMap.put("wpid",powerstation.getId());
         resultMap.put("wpname",powerstation.getAname());
-        resultMap.put("jrts",powerstation.getJrquantityJz()+powerstation.getJrquantityJz()+powerstation.getJrwindQuantityLd()+powerstation.getJrwindQuantityHs());
+        resultMap.put("jrts",powerstation.getJrquantityJz()+powerstation.getJrquantityZc()+powerstation.getJrwindQuantityLd()+powerstation.getJrwindQuantityHs());
         resultMap.put("dfts",realData.get(0).getPointValueInDouble());
         resultMap.put("sdtjts",realData.get(1).getPointValueInDouble());
         resultMap.put("djts",realData.get(0).getPointValueInDouble()+realData.get(1).getPointValueInDouble());