|
@@ -381,18 +381,14 @@ public class CycleCalculationService {
|
|
double jxss = generalLoss(mxztPointDatas, zsglPointDatas, ssglPointDatas, 6);
|
|
double jxss = generalLoss(mxztPointDatas, zsglPointDatas, ssglPointDatas, 6);
|
|
//检修受累
|
|
//检修受累
|
|
double jxsl = generalLoss(mxztPointDatas, zsglPointDatas, ssglPointDatas, 7);
|
|
double jxsl = generalLoss(mxztPointDatas, zsglPointDatas, ssglPointDatas, 7);
|
|
-// //待机
|
|
|
|
-// double djss = generalLoss(mxztPointDatas, zsglPointDatas, ssglPointDatas, 0);
|
|
|
|
-// //手动停机
|
|
|
|
-// double sdtj = generalLoss(mxztPointDatas, zsglPointDatas, ssglPointDatas, 1);
|
|
|
|
-// //性能
|
|
|
|
-// double xnss = generalLoss(mxztPointDatas, zsglPointDatas, ssglPointDatas, 2);
|
|
|
|
- double xnss = 0;
|
|
|
|
- double djss = 0;
|
|
|
|
- double sdtj = 0;
|
|
|
|
- double fdjcl = 0;
|
|
|
|
-// //发电降出力
|
|
|
|
-// double fdjcl = generalLoss(mxztPointDatas, zsglPointDatas, ssglPointDatas, 3);
|
|
|
|
|
|
+ //待机
|
|
|
|
+ double djss = generalLoss(mxztPointDatas, zsglPointDatas, ssglPointDatas, 0);
|
|
|
|
+ //手动停机
|
|
|
|
+ double sdtj = generalLoss(mxztPointDatas, zsglPointDatas, ssglPointDatas, 1);
|
|
|
|
+ //性能
|
|
|
|
+ double xnss = generalLoss(mxztPointDatas, zsglPointDatas, ssglPointDatas, 2);
|
|
|
|
+ //发电降出力
|
|
|
|
+ double fdjcl = generalLoss(mxztPointDatas, zsglPointDatas, ssglPointDatas, 3);
|
|
//限电降出力
|
|
//限电降出力
|
|
double xdjcl = generalLoss(mxztPointDatas, zsglPointDatas, ssglPointDatas, 8);
|
|
double xdjcl = generalLoss(mxztPointDatas, zsglPointDatas, ssglPointDatas, 8);
|
|
//限电停机
|
|
//限电停机
|
|
@@ -506,19 +502,17 @@ public class CycleCalculationService {
|
|
rjxss = DoubleUtils.sum(lsjxss, jxss);
|
|
rjxss = DoubleUtils.sum(lsjxss, jxss);
|
|
double lsjxsl = edosUtil.getSectionData(rjxslPoint, currentDate.getTime()).getPointValueInDouble();
|
|
double lsjxsl = edosUtil.getSectionData(rjxslPoint, currentDate.getTime()).getPointValueInDouble();
|
|
rjxsl = DoubleUtils.sum(lsjxsl, jxsl);
|
|
rjxsl = DoubleUtils.sum(lsjxsl, jxsl);
|
|
-// double lsdjss = edosUtil.getSectionData(rdjssPoint, currentDate.getTime()).getPointValueInDouble();
|
|
|
|
-// rdjss = DoubleUtils.sum(lsdjss, djss);
|
|
|
|
-// double lssdtj = edosUtil.getSectionData(rsdtjPoint, currentDate.getTime()).getPointValueInDouble();
|
|
|
|
-// rsdtj = DoubleUtils.sum(lssdtj, sdtj);
|
|
|
|
-// double lsxnss = edosUtil.getSectionData(rxnssPoint, currentDate.getTime()).getPointValueInDouble();
|
|
|
|
-// rxnss = DoubleUtils.sum(lsxnss, xnss);
|
|
|
|
-
|
|
|
|
- rdjss = 0.0;
|
|
|
|
- rsdtj = 0.0;
|
|
|
|
- rxnss = 0.0;
|
|
|
|
- rfdjcl = 0.0;
|
|
|
|
-// double lsfdjcl = edosUtil.getSectionData(rfdjclPoint, currentDate.getTime()).getPointValueInDouble();
|
|
|
|
-// rfdjcl = DoubleUtils.sum(lsfdjcl, fdjcl);
|
|
|
|
|
|
+
|
|
|
|
+ double lsdjss = edosUtil.getSectionData(rdjssPoint, currentDate.getTime()).getPointValueInDouble();
|
|
|
|
+ rdjss = DoubleUtils.sum(lsdjss, djss)*0.1;
|
|
|
|
+ double lssdtj = edosUtil.getSectionData(rsdtjPoint, currentDate.getTime()).getPointValueInDouble();
|
|
|
|
+ rsdtj = DoubleUtils.sum(lssdtj, sdtj)*0.1;;
|
|
|
|
+ double lsxnss = edosUtil.getSectionData(rxnssPoint, currentDate.getTime()).getPointValueInDouble();
|
|
|
|
+ rxnss = DoubleUtils.sum(lsxnss, xnss)*0.1;;
|
|
|
|
+ double lsfdjcl = edosUtil.getSectionData(rfdjclPoint, currentDate.getTime()).getPointValueInDouble();
|
|
|
|
+ rfdjcl = DoubleUtils.sum(lsfdjcl, fdjcl)*0.1;;
|
|
|
|
+
|
|
|
|
+
|
|
double lsxdjcl = edosUtil.getSectionData(rxdjclPoint, currentDate.getTime()).getPointValueInDouble();
|
|
double lsxdjcl = edosUtil.getSectionData(rxdjclPoint, currentDate.getTime()).getPointValueInDouble();
|
|
rxdjcl = DoubleUtils.sum(lsxdjcl, xdjcl);
|
|
rxdjcl = DoubleUtils.sum(lsxdjcl, xdjcl);
|
|
double lsxdtj = edosUtil.getSectionData(rxdtjPoint, currentDate.getTime()).getPointValueInDouble();
|
|
double lsxdtj = edosUtil.getSectionData(rxdtjPoint, currentDate.getTime()).getPointValueInDouble();
|
|
@@ -547,7 +541,6 @@ public class CycleCalculationService {
|
|
ydjss = djss;
|
|
ydjss = djss;
|
|
ysdtj = sdtj;
|
|
ysdtj = sdtj;
|
|
|
|
|
|
- xnss= 0;
|
|
|
|
yxnss = xnss;
|
|
yxnss = xnss;
|
|
|
|
|
|
yfdjcl = fdjcl;
|
|
yfdjcl = fdjcl;
|
|
@@ -584,15 +577,16 @@ public class CycleCalculationService {
|
|
yjxss = DoubleUtils.sum(lsjxss, jxss);
|
|
yjxss = DoubleUtils.sum(lsjxss, jxss);
|
|
double lsjxsl = edosUtil.getSectionData(yjxslPoint, currentDate.getTime()).getPointValueInDouble();
|
|
double lsjxsl = edosUtil.getSectionData(yjxslPoint, currentDate.getTime()).getPointValueInDouble();
|
|
yjxsl = DoubleUtils.sum(lsjxsl, jxsl);
|
|
yjxsl = DoubleUtils.sum(lsjxsl, jxsl);
|
|
|
|
+
|
|
double lsdjss = edosUtil.getSectionData(ydjssPoint, currentDate.getTime()).getPointValueInDouble();
|
|
double lsdjss = edosUtil.getSectionData(ydjssPoint, currentDate.getTime()).getPointValueInDouble();
|
|
ydjss = DoubleUtils.sum(lsdjss, djss);
|
|
ydjss = DoubleUtils.sum(lsdjss, djss);
|
|
double lssdtj = edosUtil.getSectionData(ysdtjPoint, currentDate.getTime()).getPointValueInDouble();
|
|
double lssdtj = edosUtil.getSectionData(ysdtjPoint, currentDate.getTime()).getPointValueInDouble();
|
|
ysdtj = DoubleUtils.sum(lssdtj, sdtj);
|
|
ysdtj = DoubleUtils.sum(lssdtj, sdtj);
|
|
double lsxnss = edosUtil.getSectionData(yxnssPoint, currentDate.getTime()).getPointValueInDouble();
|
|
double lsxnss = edosUtil.getSectionData(yxnssPoint, currentDate.getTime()).getPointValueInDouble();
|
|
-// yxnss = DoubleUtils.sum(lsxnss, xnss);
|
|
|
|
- yxnss = 0.0;
|
|
|
|
|
|
+ yxnss = DoubleUtils.sum(lsxnss, xnss);
|
|
double lsfdjcl = edosUtil.getSectionData(yfdjclPoint, currentDate.getTime()).getPointValueInDouble();
|
|
double lsfdjcl = edosUtil.getSectionData(yfdjclPoint, currentDate.getTime()).getPointValueInDouble();
|
|
yfdjcl = DoubleUtils.sum(lsfdjcl, fdjcl);
|
|
yfdjcl = DoubleUtils.sum(lsfdjcl, fdjcl);
|
|
|
|
+
|
|
double lsxdjcl = edosUtil.getSectionData(yxdjclPoint, currentDate.getTime()).getPointValueInDouble();
|
|
double lsxdjcl = edosUtil.getSectionData(yxdjclPoint, currentDate.getTime()).getPointValueInDouble();
|
|
yxdjcl = DoubleUtils.sum(lsxdjcl, xdjcl);
|
|
yxdjcl = DoubleUtils.sum(lsxdjcl, xdjcl);
|
|
double lsxdtj = edosUtil.getSectionData(yxdtjPoint, currentDate.getTime()).getPointValueInDouble();
|
|
double lsxdtj = edosUtil.getSectionData(yxdtjPoint, currentDate.getTime()).getPointValueInDouble();
|
|
@@ -620,7 +614,6 @@ public class CycleCalculationService {
|
|
njxsl = jxsl;
|
|
njxsl = jxsl;
|
|
ndjss = djss;
|
|
ndjss = djss;
|
|
nsdtj = sdtj;
|
|
nsdtj = sdtj;
|
|
- xnss= 0;
|
|
|
|
nxnss = xnss;
|
|
nxnss = xnss;
|
|
|
|
|
|
nfdjcl = fdjcl;
|
|
nfdjcl = fdjcl;
|
|
@@ -658,16 +651,16 @@ public class CycleCalculationService {
|
|
njxss = DoubleUtils.sum(lsjxss, jxss);
|
|
njxss = DoubleUtils.sum(lsjxss, jxss);
|
|
double lsjxsl = edosUtil.getSectionData(njxslPoint, currentDate.getTime()).getPointValueInDouble();
|
|
double lsjxsl = edosUtil.getSectionData(njxslPoint, currentDate.getTime()).getPointValueInDouble();
|
|
njxsl = DoubleUtils.sum(lsjxsl, jxsl);
|
|
njxsl = DoubleUtils.sum(lsjxsl, jxsl);
|
|
|
|
+
|
|
double lsdjss = edosUtil.getSectionData(ndjssPoint, currentDate.getTime()).getPointValueInDouble();
|
|
double lsdjss = edosUtil.getSectionData(ndjssPoint, currentDate.getTime()).getPointValueInDouble();
|
|
- ndjss = DoubleUtils.sum(lsdjss, djss);
|
|
|
|
|
|
+ ndjss = DoubleUtils.sum(lsdjss, djss);;
|
|
double lssdtj = edosUtil.getSectionData(nsdtjPoint, currentDate.getTime()).getPointValueInDouble();
|
|
double lssdtj = edosUtil.getSectionData(nsdtjPoint, currentDate.getTime()).getPointValueInDouble();
|
|
- nsdtj = DoubleUtils.sum(lssdtj, sdtj);
|
|
|
|
|
|
+ nsdtj = DoubleUtils.sum(lssdtj, sdtj);;
|
|
double lsxnss = edosUtil.getSectionData(nxnssPoint, currentDate.getTime()).getPointValueInDouble();
|
|
double lsxnss = edosUtil.getSectionData(nxnssPoint, currentDate.getTime()).getPointValueInDouble();
|
|
-// nxnss = DoubleUtils.sum(lsxnss, xnss);
|
|
|
|
-
|
|
|
|
- nxnss = 0.0;
|
|
|
|
|
|
+ nxnss = DoubleUtils.sum(lsxnss, xnss);;
|
|
double lsfdjcl = edosUtil.getSectionData(nfdjclPoint, currentDate.getTime()).getPointValueInDouble();
|
|
double lsfdjcl = edosUtil.getSectionData(nfdjclPoint, currentDate.getTime()).getPointValueInDouble();
|
|
- nfdjcl = DoubleUtils.sum(lsfdjcl, fdjcl);
|
|
|
|
|
|
+ nfdjcl = DoubleUtils.sum(lsfdjcl, fdjcl);;
|
|
|
|
+
|
|
double lsxdjcl = edosUtil.getSectionData(nxdjclPoint, currentDate.getTime()).getPointValueInDouble();
|
|
double lsxdjcl = edosUtil.getSectionData(nxdjclPoint, currentDate.getTime()).getPointValueInDouble();
|
|
nxdjcl = DoubleUtils.sum(lsxdjcl, xdjcl);
|
|
nxdjcl = DoubleUtils.sum(lsxdjcl, xdjcl);
|
|
double lsxdtj = edosUtil.getSectionData(nxdtjPoint, currentDate.getTime()).getPointValueInDouble();
|
|
double lsxdtj = edosUtil.getSectionData(nxdtjPoint, currentDate.getTime()).getPointValueInDouble();
|
|
@@ -1477,30 +1470,30 @@ public class CycleCalculationService {
|
|
}
|
|
}
|
|
return v;
|
|
return v;
|
|
});
|
|
});
|
|
-// rdjss.updateAndGet(v -> {
|
|
|
|
-// try {
|
|
|
|
-// return new Double((double) (v + edosUtil.getSectionData(rdjssPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
-// } catch (Exception e) {
|
|
|
|
-// e.printStackTrace();
|
|
|
|
-// }
|
|
|
|
-// return v;
|
|
|
|
-// });
|
|
|
|
-// ydjss.updateAndGet(v -> {
|
|
|
|
-// try {
|
|
|
|
-// return new Double((double) (v + edosUtil.getSectionData(ydjssPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
-// } catch (Exception e) {
|
|
|
|
-// e.printStackTrace();
|
|
|
|
-// }
|
|
|
|
-// return v;
|
|
|
|
-// });
|
|
|
|
-// ndjss.updateAndGet(v -> {
|
|
|
|
-// try {
|
|
|
|
-// return new Double((double) (v + edosUtil.getSectionData(ndjssPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
-// } catch (Exception e) {
|
|
|
|
-// e.printStackTrace();
|
|
|
|
-// }
|
|
|
|
-// return v;
|
|
|
|
-// });
|
|
|
|
|
|
+ rdjss.updateAndGet(v -> {
|
|
|
|
+ try {
|
|
|
|
+ return new Double((double) (v + edosUtil.getSectionData(rdjssPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
+ } catch (Exception e) {
|
|
|
|
+ e.printStackTrace();
|
|
|
|
+ }
|
|
|
|
+ return v;
|
|
|
|
+ });
|
|
|
|
+ ydjss.updateAndGet(v -> {
|
|
|
|
+ try {
|
|
|
|
+ return new Double((double) (v + edosUtil.getSectionData(ydjssPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
+ } catch (Exception e) {
|
|
|
|
+ e.printStackTrace();
|
|
|
|
+ }
|
|
|
|
+ return v;
|
|
|
|
+ });
|
|
|
|
+ ndjss.updateAndGet(v -> {
|
|
|
|
+ try {
|
|
|
|
+ return new Double((double) (v + edosUtil.getSectionData(ndjssPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
+ } catch (Exception e) {
|
|
|
|
+ e.printStackTrace();
|
|
|
|
+ }
|
|
|
|
+ return v;
|
|
|
|
+ });
|
|
djss15.updateAndGet(v -> {
|
|
djss15.updateAndGet(v -> {
|
|
try {
|
|
try {
|
|
return new Double((double) (v + edosUtil.getSectionData(djss15Point, currentDate.getTime()).getPointValueInDouble()));
|
|
return new Double((double) (v + edosUtil.getSectionData(djss15Point, currentDate.getTime()).getPointValueInDouble()));
|
|
@@ -1509,30 +1502,30 @@ public class CycleCalculationService {
|
|
}
|
|
}
|
|
return v;
|
|
return v;
|
|
});
|
|
});
|
|
-// rsdtj.updateAndGet(v -> {
|
|
|
|
-// try {
|
|
|
|
-// return new Double((double) (v + edosUtil.getSectionData(rsdtjPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
-// } catch (Exception e) {
|
|
|
|
-// e.printStackTrace();
|
|
|
|
-// }
|
|
|
|
-// return v;
|
|
|
|
-// });
|
|
|
|
-// ysdtj.updateAndGet(v -> {
|
|
|
|
-// try {
|
|
|
|
-// return new Double((double) (v + edosUtil.getSectionData(ysdtjPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
-// } catch (Exception e) {
|
|
|
|
-// e.printStackTrace();
|
|
|
|
-// }
|
|
|
|
-// return v;
|
|
|
|
-// });
|
|
|
|
-// nsdtj.updateAndGet(v -> {
|
|
|
|
-// try {
|
|
|
|
-// return new Double((double) (v + edosUtil.getSectionData(nsdtjPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
-// } catch (Exception e) {
|
|
|
|
-// e.printStackTrace();
|
|
|
|
-// }
|
|
|
|
-// return v;
|
|
|
|
-// });
|
|
|
|
|
|
+ rsdtj.updateAndGet(v -> {
|
|
|
|
+ try {
|
|
|
|
+ return new Double((double) (v + edosUtil.getSectionData(rsdtjPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
+ } catch (Exception e) {
|
|
|
|
+ e.printStackTrace();
|
|
|
|
+ }
|
|
|
|
+ return v;
|
|
|
|
+ });
|
|
|
|
+ ysdtj.updateAndGet(v -> {
|
|
|
|
+ try {
|
|
|
|
+ return new Double((double) (v + edosUtil.getSectionData(ysdtjPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
+ } catch (Exception e) {
|
|
|
|
+ e.printStackTrace();
|
|
|
|
+ }
|
|
|
|
+ return v;
|
|
|
|
+ });
|
|
|
|
+ nsdtj.updateAndGet(v -> {
|
|
|
|
+ try {
|
|
|
|
+ return new Double((double) (v + edosUtil.getSectionData(nsdtjPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
+ } catch (Exception e) {
|
|
|
|
+ e.printStackTrace();
|
|
|
|
+ }
|
|
|
|
+ return v;
|
|
|
|
+ });
|
|
sdtj15.updateAndGet(v -> {
|
|
sdtj15.updateAndGet(v -> {
|
|
try {
|
|
try {
|
|
return new Double((double) (v + edosUtil.getSectionData(sdtj15Point, currentDate.getTime()).getPointValueInDouble()));
|
|
return new Double((double) (v + edosUtil.getSectionData(sdtj15Point, currentDate.getTime()).getPointValueInDouble()));
|
|
@@ -1541,30 +1534,30 @@ public class CycleCalculationService {
|
|
}
|
|
}
|
|
return v;
|
|
return v;
|
|
});
|
|
});
|
|
-// rxnss.updateAndGet(v -> {
|
|
|
|
-// try {
|
|
|
|
-// return new Double((double) (v + edosUtil.getSectionData(rxnssPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
-// } catch (Exception e) {
|
|
|
|
-// e.printStackTrace();
|
|
|
|
-// }
|
|
|
|
-// return v;
|
|
|
|
-// });
|
|
|
|
-// yxnss.updateAndGet(v -> {
|
|
|
|
-// try {
|
|
|
|
-// return new Double((double) (v + edosUtil.getSectionData(yxnssPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
-// } catch (Exception e) {
|
|
|
|
-// e.printStackTrace();
|
|
|
|
-// }
|
|
|
|
-// return v;
|
|
|
|
-// });
|
|
|
|
-// nxnss.updateAndGet(v -> {
|
|
|
|
-// try {
|
|
|
|
-// return new Double((double) (v + edosUtil.getSectionData(nxnssPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
-// } catch (Exception e) {
|
|
|
|
-// e.printStackTrace();
|
|
|
|
-// }
|
|
|
|
-// return v;
|
|
|
|
-// });
|
|
|
|
|
|
+ rxnss.updateAndGet(v -> {
|
|
|
|
+ try {
|
|
|
|
+ return new Double((double) (v + edosUtil.getSectionData(rxnssPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
+ } catch (Exception e) {
|
|
|
|
+ e.printStackTrace();
|
|
|
|
+ }
|
|
|
|
+ return v;
|
|
|
|
+ });
|
|
|
|
+ yxnss.updateAndGet(v -> {
|
|
|
|
+ try {
|
|
|
|
+ return new Double((double) (v + edosUtil.getSectionData(yxnssPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
+ } catch (Exception e) {
|
|
|
|
+ e.printStackTrace();
|
|
|
|
+ }
|
|
|
|
+ return v;
|
|
|
|
+ });
|
|
|
|
+ nxnss.updateAndGet(v -> {
|
|
|
|
+ try {
|
|
|
|
+ return new Double((double) (v + edosUtil.getSectionData(nxnssPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
+ } catch (Exception e) {
|
|
|
|
+ e.printStackTrace();
|
|
|
|
+ }
|
|
|
|
+ return v;
|
|
|
|
+ });
|
|
|
|
|
|
|
|
|
|
xnss15.updateAndGet(v -> {
|
|
xnss15.updateAndGet(v -> {
|
|
@@ -1575,30 +1568,30 @@ public class CycleCalculationService {
|
|
}
|
|
}
|
|
return v;
|
|
return v;
|
|
});
|
|
});
|
|
-// rfdjcl.updateAndGet(v -> {
|
|
|
|
-// try {
|
|
|
|
-// return new Double((double) (v + edosUtil.getSectionData(rfdjclPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
-// } catch (Exception e) {
|
|
|
|
-// e.printStackTrace();
|
|
|
|
-// }
|
|
|
|
-// return v;
|
|
|
|
-// });
|
|
|
|
-// yfdjcl.updateAndGet(v -> {
|
|
|
|
-// try {
|
|
|
|
-// return new Double((double) (v + edosUtil.getSectionData(yfdjclPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
-// } catch (Exception e) {
|
|
|
|
-// e.printStackTrace();
|
|
|
|
-// }
|
|
|
|
-// return v;
|
|
|
|
-// });
|
|
|
|
-// nfdjcl.updateAndGet(v -> {
|
|
|
|
-// try {
|
|
|
|
-// return new Double((double) (v + edosUtil.getSectionData(nfdjclPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
-// } catch (Exception e) {
|
|
|
|
-// e.printStackTrace();
|
|
|
|
-// }
|
|
|
|
-// return v;
|
|
|
|
-// });
|
|
|
|
|
|
+ rfdjcl.updateAndGet(v -> {
|
|
|
|
+ try {
|
|
|
|
+ return new Double((double) (v + edosUtil.getSectionData(rfdjclPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
+ } catch (Exception e) {
|
|
|
|
+ e.printStackTrace();
|
|
|
|
+ }
|
|
|
|
+ return v;
|
|
|
|
+ });
|
|
|
|
+ yfdjcl.updateAndGet(v -> {
|
|
|
|
+ try {
|
|
|
|
+ return new Double((double) (v + edosUtil.getSectionData(yfdjclPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
+ } catch (Exception e) {
|
|
|
|
+ e.printStackTrace();
|
|
|
|
+ }
|
|
|
|
+ return v;
|
|
|
|
+ });
|
|
|
|
+ nfdjcl.updateAndGet(v -> {
|
|
|
|
+ try {
|
|
|
|
+ return new Double((double) (v + edosUtil.getSectionData(nfdjclPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
+ } catch (Exception e) {
|
|
|
|
+ e.printStackTrace();
|
|
|
|
+ }
|
|
|
|
+ return v;
|
|
|
|
+ });
|
|
fdjcl15.updateAndGet(v -> {
|
|
fdjcl15.updateAndGet(v -> {
|
|
try {
|
|
try {
|
|
return new Double((double) (v + edosUtil.getSectionData(fdjcl15Point, currentDate.getTime()).getPointValueInDouble()));
|
|
return new Double((double) (v + edosUtil.getSectionData(fdjcl15Point, currentDate.getTime()).getPointValueInDouble()));
|
|
@@ -2588,30 +2581,30 @@ public class CycleCalculationService {
|
|
}
|
|
}
|
|
return v;
|
|
return v;
|
|
});
|
|
});
|
|
-// rdjss.updateAndGet(v -> {
|
|
|
|
-// try {
|
|
|
|
-// return new Double((double) (v + edosUtil.getSectionData(rdjssPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
-// } catch (Exception e) {
|
|
|
|
-// e.printStackTrace();
|
|
|
|
-// }
|
|
|
|
-// return v;
|
|
|
|
-// });
|
|
|
|
-// ydjss.updateAndGet(v -> {
|
|
|
|
-// try {
|
|
|
|
-// return new Double((double) (v + edosUtil.getSectionData(ydjssPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
-// } catch (Exception e) {
|
|
|
|
-// e.printStackTrace();
|
|
|
|
-// }
|
|
|
|
-// return v;
|
|
|
|
-// });
|
|
|
|
-// ndjss.updateAndGet(v -> {
|
|
|
|
-// try {
|
|
|
|
-// return new Double((double) (v + edosUtil.getSectionData(ndjssPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
-// } catch (Exception e) {
|
|
|
|
-// e.printStackTrace();
|
|
|
|
-// }
|
|
|
|
-// return v;
|
|
|
|
-// });
|
|
|
|
|
|
+ rdjss.updateAndGet(v -> {
|
|
|
|
+ try {
|
|
|
|
+ return new Double((double) (v + edosUtil.getSectionData(rdjssPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
+ } catch (Exception e) {
|
|
|
|
+ e.printStackTrace();
|
|
|
|
+ }
|
|
|
|
+ return v;
|
|
|
|
+ });
|
|
|
|
+ ydjss.updateAndGet(v -> {
|
|
|
|
+ try {
|
|
|
|
+ return new Double((double) (v + edosUtil.getSectionData(ydjssPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
+ } catch (Exception e) {
|
|
|
|
+ e.printStackTrace();
|
|
|
|
+ }
|
|
|
|
+ return v;
|
|
|
|
+ });
|
|
|
|
+ ndjss.updateAndGet(v -> {
|
|
|
|
+ try {
|
|
|
|
+ return new Double((double) (v + edosUtil.getSectionData(ndjssPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
+ } catch (Exception e) {
|
|
|
|
+ e.printStackTrace();
|
|
|
|
+ }
|
|
|
|
+ return v;
|
|
|
|
+ });
|
|
djss15.updateAndGet(v -> {
|
|
djss15.updateAndGet(v -> {
|
|
try {
|
|
try {
|
|
return new Double((double) (v + edosUtil.getSectionData(djss15Point, currentDate.getTime()).getPointValueInDouble()));
|
|
return new Double((double) (v + edosUtil.getSectionData(djss15Point, currentDate.getTime()).getPointValueInDouble()));
|
|
@@ -2620,30 +2613,30 @@ public class CycleCalculationService {
|
|
}
|
|
}
|
|
return v;
|
|
return v;
|
|
});
|
|
});
|
|
-// rsdtj.updateAndGet(v -> {
|
|
|
|
-// try {
|
|
|
|
-// return new Double((double) (v + edosUtil.getSectionData(rsdtjPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
-// } catch (Exception e) {
|
|
|
|
-// e.printStackTrace();
|
|
|
|
-// }
|
|
|
|
-// return v;
|
|
|
|
-// });
|
|
|
|
-// ysdtj.updateAndGet(v -> {
|
|
|
|
-// try {
|
|
|
|
-// return new Double((double) (v + edosUtil.getSectionData(ysdtjPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
-// } catch (Exception e) {
|
|
|
|
-// e.printStackTrace();
|
|
|
|
-// }
|
|
|
|
-// return v;
|
|
|
|
-// });
|
|
|
|
-// nsdtj.updateAndGet(v -> {
|
|
|
|
-// try {
|
|
|
|
-// return new Double((double) (v + edosUtil.getSectionData(nsdtjPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
-// } catch (Exception e) {
|
|
|
|
-// e.printStackTrace();
|
|
|
|
-// }
|
|
|
|
-// return v;
|
|
|
|
-// });
|
|
|
|
|
|
+ rsdtj.updateAndGet(v -> {
|
|
|
|
+ try {
|
|
|
|
+ return new Double((double) (v + edosUtil.getSectionData(rsdtjPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
+ } catch (Exception e) {
|
|
|
|
+ e.printStackTrace();
|
|
|
|
+ }
|
|
|
|
+ return v;
|
|
|
|
+ });
|
|
|
|
+ ysdtj.updateAndGet(v -> {
|
|
|
|
+ try {
|
|
|
|
+ return new Double((double) (v + edosUtil.getSectionData(ysdtjPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
+ } catch (Exception e) {
|
|
|
|
+ e.printStackTrace();
|
|
|
|
+ }
|
|
|
|
+ return v;
|
|
|
|
+ });
|
|
|
|
+ nsdtj.updateAndGet(v -> {
|
|
|
|
+ try {
|
|
|
|
+ return new Double((double) (v + edosUtil.getSectionData(nsdtjPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
+ } catch (Exception e) {
|
|
|
|
+ e.printStackTrace();
|
|
|
|
+ }
|
|
|
|
+ return v;
|
|
|
|
+ });
|
|
sdtj15.updateAndGet(v -> {
|
|
sdtj15.updateAndGet(v -> {
|
|
try {
|
|
try {
|
|
return new Double((double) (v + edosUtil.getSectionData(sdtj15Point, currentDate.getTime()).getPointValueInDouble()));
|
|
return new Double((double) (v + edosUtil.getSectionData(sdtj15Point, currentDate.getTime()).getPointValueInDouble()));
|
|
@@ -2652,30 +2645,30 @@ public class CycleCalculationService {
|
|
}
|
|
}
|
|
return v;
|
|
return v;
|
|
});
|
|
});
|
|
-// rxnss.updateAndGet(v -> {
|
|
|
|
-// try {
|
|
|
|
-// return new Double((double) (v + edosUtil.getSectionData(rxnssPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
-// } catch (Exception e) {
|
|
|
|
-// e.printStackTrace();
|
|
|
|
-// }
|
|
|
|
-// return v;
|
|
|
|
-// });
|
|
|
|
-// yxnss.updateAndGet(v -> {
|
|
|
|
-// try {
|
|
|
|
-// return new Double((double) (v + edosUtil.getSectionData(yxnssPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
-// } catch (Exception e) {
|
|
|
|
-// e.printStackTrace();
|
|
|
|
-// }
|
|
|
|
-// return v;
|
|
|
|
-// });
|
|
|
|
-// nxnss.updateAndGet(v -> {
|
|
|
|
-// try {
|
|
|
|
-// return new Double((double) (v + edosUtil.getSectionData(nxnssPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
-// } catch (Exception e) {
|
|
|
|
-// e.printStackTrace();
|
|
|
|
-// }
|
|
|
|
-// return v;
|
|
|
|
-// });
|
|
|
|
|
|
+ rxnss.updateAndGet(v -> {
|
|
|
|
+ try {
|
|
|
|
+ return new Double((double) (v + edosUtil.getSectionData(rxnssPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
+ } catch (Exception e) {
|
|
|
|
+ e.printStackTrace();
|
|
|
|
+ }
|
|
|
|
+ return v;
|
|
|
|
+ });
|
|
|
|
+ yxnss.updateAndGet(v -> {
|
|
|
|
+ try {
|
|
|
|
+ return new Double((double) (v + edosUtil.getSectionData(yxnssPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
+ } catch (Exception e) {
|
|
|
|
+ e.printStackTrace();
|
|
|
|
+ }
|
|
|
|
+ return v;
|
|
|
|
+ });
|
|
|
|
+ nxnss.updateAndGet(v -> {
|
|
|
|
+ try {
|
|
|
|
+ return new Double((double) (v + edosUtil.getSectionData(nxnssPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
+ } catch (Exception e) {
|
|
|
|
+ e.printStackTrace();
|
|
|
|
+ }
|
|
|
|
+ return v;
|
|
|
|
+ });
|
|
xnss15.updateAndGet(v -> {
|
|
xnss15.updateAndGet(v -> {
|
|
try {
|
|
try {
|
|
return new Double((double) (v + edosUtil.getSectionData(xnss15Point, currentDate.getTime()).getPointValueInDouble()));
|
|
return new Double((double) (v + edosUtil.getSectionData(xnss15Point, currentDate.getTime()).getPointValueInDouble()));
|
|
@@ -2684,30 +2677,30 @@ public class CycleCalculationService {
|
|
}
|
|
}
|
|
return v;
|
|
return v;
|
|
});
|
|
});
|
|
-// rfdjcl.updateAndGet(v -> {
|
|
|
|
-// try {
|
|
|
|
-// return new Double((double) (v + edosUtil.getSectionData(rfdjclPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
-// } catch (Exception e) {
|
|
|
|
-// e.printStackTrace();
|
|
|
|
-// }
|
|
|
|
-// return v;
|
|
|
|
-// });
|
|
|
|
-// yfdjcl.updateAndGet(v -> {
|
|
|
|
-// try {
|
|
|
|
-// return new Double((double) (v + edosUtil.getSectionData(yfdjclPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
-// } catch (Exception e) {
|
|
|
|
-// e.printStackTrace();
|
|
|
|
-// }
|
|
|
|
-// return v;
|
|
|
|
-// });
|
|
|
|
-// nfdjcl.updateAndGet(v -> {
|
|
|
|
-// try {
|
|
|
|
-// return new Double((double) (v + edosUtil.getSectionData(nfdjclPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
-// } catch (Exception e) {
|
|
|
|
-// e.printStackTrace();
|
|
|
|
-// }
|
|
|
|
-// return v;
|
|
|
|
-// });
|
|
|
|
|
|
+ rfdjcl.updateAndGet(v -> {
|
|
|
|
+ try {
|
|
|
|
+ return new Double((double) (v + edosUtil.getSectionData(rfdjclPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
+ } catch (Exception e) {
|
|
|
|
+ e.printStackTrace();
|
|
|
|
+ }
|
|
|
|
+ return v;
|
|
|
|
+ });
|
|
|
|
+ yfdjcl.updateAndGet(v -> {
|
|
|
|
+ try {
|
|
|
|
+ return new Double((double) (v + edosUtil.getSectionData(yfdjclPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
+ } catch (Exception e) {
|
|
|
|
+ e.printStackTrace();
|
|
|
|
+ }
|
|
|
|
+ return v;
|
|
|
|
+ });
|
|
|
|
+ nfdjcl.updateAndGet(v -> {
|
|
|
|
+ try {
|
|
|
|
+ return new Double((double) (v + edosUtil.getSectionData(nfdjclPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
+ } catch (Exception e) {
|
|
|
|
+ e.printStackTrace();
|
|
|
|
+ }
|
|
|
|
+ return v;
|
|
|
|
+ });
|
|
fdjcl15.updateAndGet(v -> {
|
|
fdjcl15.updateAndGet(v -> {
|
|
try {
|
|
try {
|
|
return new Double((double) (v + edosUtil.getSectionData(fdjcl15Point, currentDate.getTime()).getPointValueInDouble()));
|
|
return new Double((double) (v + edosUtil.getSectionData(fdjcl15Point, currentDate.getTime()).getPointValueInDouble()));
|
|
@@ -3696,30 +3689,30 @@ public class CycleCalculationService {
|
|
}
|
|
}
|
|
return v;
|
|
return v;
|
|
});
|
|
});
|
|
-// rdjss.updateAndGet(v -> {
|
|
|
|
-// try {
|
|
|
|
-// return new Double((double) (v + edosUtil.getSectionData(rdjssPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
-// } catch (Exception e) {
|
|
|
|
-// e.printStackTrace();
|
|
|
|
-// }
|
|
|
|
-// return v;
|
|
|
|
-// });
|
|
|
|
-// ydjss.updateAndGet(v -> {
|
|
|
|
-// try {
|
|
|
|
-// return new Double((double) (v + edosUtil.getSectionData(ydjssPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
-// } catch (Exception e) {
|
|
|
|
-// e.printStackTrace();
|
|
|
|
-// }
|
|
|
|
-// return v;
|
|
|
|
-// });
|
|
|
|
-// ndjss.updateAndGet(v -> {
|
|
|
|
-// try {
|
|
|
|
-// return new Double((double) (v + edosUtil.getSectionData(ndjssPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
-// } catch (Exception e) {
|
|
|
|
-// e.printStackTrace();
|
|
|
|
-// }
|
|
|
|
-// return v;
|
|
|
|
-// });
|
|
|
|
|
|
+ rdjss.updateAndGet(v -> {
|
|
|
|
+ try {
|
|
|
|
+ return new Double((double) (v + edosUtil.getSectionData(rdjssPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
+ } catch (Exception e) {
|
|
|
|
+ e.printStackTrace();
|
|
|
|
+ }
|
|
|
|
+ return v;
|
|
|
|
+ });
|
|
|
|
+ ydjss.updateAndGet(v -> {
|
|
|
|
+ try {
|
|
|
|
+ return new Double((double) (v + edosUtil.getSectionData(ydjssPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
+ } catch (Exception e) {
|
|
|
|
+ e.printStackTrace();
|
|
|
|
+ }
|
|
|
|
+ return v;
|
|
|
|
+ });
|
|
|
|
+ ndjss.updateAndGet(v -> {
|
|
|
|
+ try {
|
|
|
|
+ return new Double((double) (v + edosUtil.getSectionData(ndjssPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
+ } catch (Exception e) {
|
|
|
|
+ e.printStackTrace();
|
|
|
|
+ }
|
|
|
|
+ return v;
|
|
|
|
+ });
|
|
djss15.updateAndGet(v -> {
|
|
djss15.updateAndGet(v -> {
|
|
try {
|
|
try {
|
|
return new Double((double) (v + edosUtil.getSectionData(djss15Point, currentDate.getTime()).getPointValueInDouble()));
|
|
return new Double((double) (v + edosUtil.getSectionData(djss15Point, currentDate.getTime()).getPointValueInDouble()));
|
|
@@ -3728,30 +3721,30 @@ public class CycleCalculationService {
|
|
}
|
|
}
|
|
return v;
|
|
return v;
|
|
});
|
|
});
|
|
-// rsdtj.updateAndGet(v -> {
|
|
|
|
-// try {
|
|
|
|
-// return new Double((double) (v + edosUtil.getSectionData(rsdtjPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
-// } catch (Exception e) {
|
|
|
|
-// e.printStackTrace();
|
|
|
|
-// }
|
|
|
|
-// return v;
|
|
|
|
-// });
|
|
|
|
-// ysdtj.updateAndGet(v -> {
|
|
|
|
-// try {
|
|
|
|
-// return new Double((double) (v + edosUtil.getSectionData(ysdtjPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
-// } catch (Exception e) {
|
|
|
|
-// e.printStackTrace();
|
|
|
|
-// }
|
|
|
|
-// return v;
|
|
|
|
-// });
|
|
|
|
-// nsdtj.updateAndGet(v -> {
|
|
|
|
-// try {
|
|
|
|
-// return new Double((double) (v + edosUtil.getSectionData(nsdtjPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
-// } catch (Exception e) {
|
|
|
|
-// e.printStackTrace();
|
|
|
|
-// }
|
|
|
|
-// return v;
|
|
|
|
-// });
|
|
|
|
|
|
+ rsdtj.updateAndGet(v -> {
|
|
|
|
+ try {
|
|
|
|
+ return new Double((double) (v + edosUtil.getSectionData(rsdtjPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
+ } catch (Exception e) {
|
|
|
|
+ e.printStackTrace();
|
|
|
|
+ }
|
|
|
|
+ return v;
|
|
|
|
+ });
|
|
|
|
+ ysdtj.updateAndGet(v -> {
|
|
|
|
+ try {
|
|
|
|
+ return new Double((double) (v + edosUtil.getSectionData(ysdtjPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
+ } catch (Exception e) {
|
|
|
|
+ e.printStackTrace();
|
|
|
|
+ }
|
|
|
|
+ return v;
|
|
|
|
+ });
|
|
|
|
+ nsdtj.updateAndGet(v -> {
|
|
|
|
+ try {
|
|
|
|
+ return new Double((double) (v + edosUtil.getSectionData(nsdtjPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
+ } catch (Exception e) {
|
|
|
|
+ e.printStackTrace();
|
|
|
|
+ }
|
|
|
|
+ return v;
|
|
|
|
+ });
|
|
sdtj15.updateAndGet(v -> {
|
|
sdtj15.updateAndGet(v -> {
|
|
try {
|
|
try {
|
|
return new Double((double) (v + edosUtil.getSectionData(sdtj15Point, currentDate.getTime()).getPointValueInDouble()));
|
|
return new Double((double) (v + edosUtil.getSectionData(sdtj15Point, currentDate.getTime()).getPointValueInDouble()));
|
|
@@ -3760,30 +3753,30 @@ public class CycleCalculationService {
|
|
}
|
|
}
|
|
return v;
|
|
return v;
|
|
});
|
|
});
|
|
-// rxnss.updateAndGet(v -> {
|
|
|
|
-// try {
|
|
|
|
-// return new Double((double) (v + edosUtil.getSectionData(rxnssPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
-// } catch (Exception e) {
|
|
|
|
-// e.printStackTrace();
|
|
|
|
-// }
|
|
|
|
-// return v;
|
|
|
|
-// });
|
|
|
|
-// yxnss.updateAndGet(v -> {
|
|
|
|
-// try {
|
|
|
|
-// return new Double((double) (v + edosUtil.getSectionData(yxnssPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
-// } catch (Exception e) {
|
|
|
|
-// e.printStackTrace();
|
|
|
|
-// }
|
|
|
|
-// return v;
|
|
|
|
-// });
|
|
|
|
-// nxnss.updateAndGet(v -> {
|
|
|
|
-// try {
|
|
|
|
-// return new Double((double) (v + edosUtil.getSectionData(nxnssPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
-// } catch (Exception e) {
|
|
|
|
-// e.printStackTrace();
|
|
|
|
-// }
|
|
|
|
-// return v;
|
|
|
|
-// });
|
|
|
|
|
|
+ rxnss.updateAndGet(v -> {
|
|
|
|
+ try {
|
|
|
|
+ return new Double((double) (v + edosUtil.getSectionData(rxnssPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
+ } catch (Exception e) {
|
|
|
|
+ e.printStackTrace();
|
|
|
|
+ }
|
|
|
|
+ return v;
|
|
|
|
+ });
|
|
|
|
+ yxnss.updateAndGet(v -> {
|
|
|
|
+ try {
|
|
|
|
+ return new Double((double) (v + edosUtil.getSectionData(yxnssPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
+ } catch (Exception e) {
|
|
|
|
+ e.printStackTrace();
|
|
|
|
+ }
|
|
|
|
+ return v;
|
|
|
|
+ });
|
|
|
|
+ nxnss.updateAndGet(v -> {
|
|
|
|
+ try {
|
|
|
|
+ return new Double((double) (v + edosUtil.getSectionData(nxnssPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
+ } catch (Exception e) {
|
|
|
|
+ e.printStackTrace();
|
|
|
|
+ }
|
|
|
|
+ return v;
|
|
|
|
+ });
|
|
xnss15.updateAndGet(v -> {
|
|
xnss15.updateAndGet(v -> {
|
|
try {
|
|
try {
|
|
return new Double((double) (v + edosUtil.getSectionData(xnss15Point, currentDate.getTime()).getPointValueInDouble()));
|
|
return new Double((double) (v + edosUtil.getSectionData(xnss15Point, currentDate.getTime()).getPointValueInDouble()));
|
|
@@ -3792,30 +3785,30 @@ public class CycleCalculationService {
|
|
}
|
|
}
|
|
return v;
|
|
return v;
|
|
});
|
|
});
|
|
-// rfdjcl.updateAndGet(v -> {
|
|
|
|
-// try {
|
|
|
|
-// return new Double((double) (v + edosUtil.getSectionData(rfdjclPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
-// } catch (Exception e) {
|
|
|
|
-// e.printStackTrace();
|
|
|
|
-// }
|
|
|
|
-// return v;
|
|
|
|
-// });
|
|
|
|
-// yfdjcl.updateAndGet(v -> {
|
|
|
|
-// try {
|
|
|
|
-// return new Double((double) (v + edosUtil.getSectionData(yfdjclPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
-// } catch (Exception e) {
|
|
|
|
-// e.printStackTrace();
|
|
|
|
-// }
|
|
|
|
-// return v;
|
|
|
|
-// });
|
|
|
|
-// nfdjcl.updateAndGet(v -> {
|
|
|
|
-// try {
|
|
|
|
-// return new Double((double) (v + edosUtil.getSectionData(nfdjclPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
-// } catch (Exception e) {
|
|
|
|
-// e.printStackTrace();
|
|
|
|
-// }
|
|
|
|
-// return v;
|
|
|
|
-// });
|
|
|
|
|
|
+ rfdjcl.updateAndGet(v -> {
|
|
|
|
+ try {
|
|
|
|
+ return new Double((double) (v + edosUtil.getSectionData(rfdjclPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
+ } catch (Exception e) {
|
|
|
|
+ e.printStackTrace();
|
|
|
|
+ }
|
|
|
|
+ return v;
|
|
|
|
+ });
|
|
|
|
+ yfdjcl.updateAndGet(v -> {
|
|
|
|
+ try {
|
|
|
|
+ return new Double((double) (v + edosUtil.getSectionData(yfdjclPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
+ } catch (Exception e) {
|
|
|
|
+ e.printStackTrace();
|
|
|
|
+ }
|
|
|
|
+ return v;
|
|
|
|
+ });
|
|
|
|
+ nfdjcl.updateAndGet(v -> {
|
|
|
|
+ try {
|
|
|
|
+ return new Double((double) (v + edosUtil.getSectionData(nfdjclPoint, currentDate.getTime()).getPointValueInDouble()));
|
|
|
|
+ } catch (Exception e) {
|
|
|
|
+ e.printStackTrace();
|
|
|
|
+ }
|
|
|
|
+ return v;
|
|
|
|
+ });
|
|
fdjcl15.updateAndGet(v -> {
|
|
fdjcl15.updateAndGet(v -> {
|
|
try {
|
|
try {
|
|
return new Double((double) (v + edosUtil.getSectionData(fdjcl15Point, currentDate.getTime()).getPointValueInDouble()));
|
|
return new Double((double) (v + edosUtil.getSectionData(fdjcl15Point, currentDate.getTime()).getPointValueInDouble()));
|