xieshengjie преди 1 година
родител
ревизия
273b6af0ca
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      web/runeconomy-xk/src/main/java/com/gyee/runeconomy/service/monitor/MatrixService.java

+ 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());