Commit 02f9474b by huluobin

# 更新

parent 75b6df89
......@@ -1067,6 +1067,8 @@ public class AutoTurnoverJob extends PointJob {
//status` '监控状态, 默认0监控, 停止监控1',
if (StringUtils.isBlank(transferStrategy.get())) {
try {
DcAutoForecastFluctuationMapper mapper = SessionUtil.getSession().getMapper(DcAutoForecastFluctuationMapper.class);
//JIT的 可以不做 冗余 和 缺货预测 实际冗余和实际缺货也不用提醒
......@@ -1126,6 +1128,8 @@ public class AutoTurnoverJob extends PointJob {
}
}
}
private BigDecimal calculateWeightingAvgSales(List<BigDecimal> salesList) {
return this.calculateWeightingAvgSales(new BigDecimal("0.4"), new BigDecimal("0.4"), new BigDecimal("0.4"), salesList);
......
......@@ -256,7 +256,7 @@ public class AutoTurnoverTest {
public void testXX2() {
DcBaseStock dcBaseStock = SessionUtil.getSession().getMapper(DcBaseStockMapper.class)
.selectOneByExample(DcBaseStockExample.newAndCreateCriteria()
.andBailunSkuEqualTo("217632401")
.andBailunSkuEqualTo("LM-EO-007")
.andWarehouseCodeEqualTo("MMDUSFBA")
.example());
try {
......
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