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