mirror of
https://codeup.aliyun.com/64f7d6b8ce01efaafef1e678/coal/coal.git
synced 2026-01-25 23:57:12 +08:00
翻大堆不使用权重计算
This commit is contained in:
@@ -206,14 +206,14 @@ public class CoalWashingDailyAnalysisEntity extends OrgCommonEntity {
|
|||||||
inputItems,
|
inputItems,
|
||||||
Comparator.comparing(CoalWashingDailyAnalysisItemVo::getTime),
|
Comparator.comparing(CoalWashingDailyAnalysisItemVo::getTime),
|
||||||
CoalWashingDailyAnalysisItemVo::getFddp1,
|
CoalWashingDailyAnalysisItemVo::getFddp1,
|
||||||
getWeight,
|
(x, y, z) -> 1,
|
||||||
(x, v) -> x.setFddAvgP1(v == null ? null : v.doubleValue()));
|
(x, v) -> x.setFddAvgP1(v == null ? null : v.doubleValue()));
|
||||||
|
|
||||||
cn.lihongjie.coal.common.CollectionUtils.rollingAvg(
|
cn.lihongjie.coal.common.CollectionUtils.rollingAvg(
|
||||||
inputItems,
|
inputItems,
|
||||||
Comparator.comparing(CoalWashingDailyAnalysisItemVo::getTime),
|
Comparator.comparing(CoalWashingDailyAnalysisItemVo::getTime),
|
||||||
CoalWashingDailyAnalysisItemVo::getFddp2,
|
CoalWashingDailyAnalysisItemVo::getFddp2,
|
||||||
getWeight,
|
(x, y, z) -> 1,
|
||||||
(x, v) -> x.setFddAvgP2(v == null ? null : v.doubleValue()));
|
(x, v) -> x.setFddAvgP2(v == null ? null : v.doubleValue()));
|
||||||
|
|
||||||
cn.lihongjie.coal.common.CollectionUtils.rollingAvg(
|
cn.lihongjie.coal.common.CollectionUtils.rollingAvg(
|
||||||
|
|||||||
Reference in New Issue
Block a user