Murphy 2 роки тому
батько
коміт
7afd6e686b

+ 1 - 1
MicroServices/Business/Business.Application/ReplenishmentManagement/ReplenishmentAppService.cs

@@ -1521,7 +1521,7 @@ namespace Business.Replenishment
             addList?.ForEach(item => { item.GenerateNewId(help.NextId()); });
             addList?.ForEach(item => { item.GenerateNewId(help.NextId()); });
             await _replenishmentROPWeekPlan.InsertManyAsync(addList);
             await _replenishmentROPWeekPlan.InsertManyAsync(addList);
             await _replenishmentROPWeekPlan.UpdateManyAsync(updateList);
             await _replenishmentROPWeekPlan.UpdateManyAsync(updateList);
-            //await CalcWeekPlan(input);
+            await CalcWeekPlan(input);
             return "OK";
             return "OK";
         }
         }
         //计算原材料月均出库
         //计算原材料月均出库