Commit 01cf7b9e by huluobin

# update

parent 336436bf
...@@ -1138,7 +1138,7 @@ public class AutoTurnoverJob extends PointJob { ...@@ -1138,7 +1138,7 @@ public class AutoTurnoverJob extends PointJob {
} }
private BigDecimal calculateWeightingAvgSales(List<BigDecimal> salesList) { private BigDecimal calculateWeightingAvgSales(List<BigDecimal> salesList) {
return this.calculateWeightingAvgSales(new BigDecimal("0.4"), new BigDecimal("0.4"), new BigDecimal("0.4"), salesList) return this.calculateWeightingAvgSales(new BigDecimal("0.4"), new BigDecimal("0.4"), new BigDecimal("0.4"), salesList);
} }
private BigDecimal calculateWeightingAvgSales(BigDecimal weightingCoefficientSeven, BigDecimal weightingCoefficientFourteen, BigDecimal weightingCoefficientThirty, List<BigDecimal> salesList) { private BigDecimal calculateWeightingAvgSales(BigDecimal weightingCoefficientSeven, BigDecimal weightingCoefficientFourteen, BigDecimal weightingCoefficientThirty, List<BigDecimal> salesList) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment