|
@@ -106,6 +106,7 @@ public class MatrixService {
|
|
|
wpls.parallelStream().forEach(wp -> {
|
|
|
List<MatrixVo> volist = new ArrayList<>();
|
|
|
List<String> wpPoints = new ArrayList<>();
|
|
|
+ List<String> wpglPoints = new ArrayList<>();
|
|
|
List<String> wtPoints = new ArrayList<>();
|
|
|
List<String> wtmxPoints = new ArrayList<>();
|
|
|
List<String> wtPoints1 = new ArrayList<>();
|
|
@@ -127,6 +128,7 @@ public class MatrixService {
|
|
|
wpPoints.add(pointMap.get(ContantXk.SSZBZGL).getNemCode());
|
|
|
wpPoints.add(pointMap.get(ContantXk.SSZNHGLZS).getNemCode());
|
|
|
wpPoints.add(pointMap.get(ContantXk.SSZGL).getNemCode());
|
|
|
+ wpglPoints.add(pointMap.get(ContantXk.SSZLLGL).getNemCode());
|
|
|
|
|
|
List<ProBasicEquipment> equipments = wpwtmap.get(wp.getId());
|
|
|
equipments.stream().forEach(wt -> {
|
|
@@ -153,6 +155,7 @@ public class MatrixService {
|
|
|
List<PointData> wtRealdatas = edosUtil.getRealData(wtPoints);
|
|
|
List<PointData> wtmxRealdatas = edosUtil.getRealData(wtmxPoints);
|
|
|
List<PointData> wtRealdatas1 = edosUtil.getRealData(wtPoints1);
|
|
|
+ List<PointData> wpRealdatagl = edosUtil.getRealData(wpglPoints);
|
|
|
// List<PointData> wpRealdatas = edosUtil.getRealData(wpPoints);
|
|
|
|
|
|
|