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()); });
             await _replenishmentROPWeekPlan.InsertManyAsync(addList);
             await _replenishmentROPWeekPlan.UpdateManyAsync(updateList);
-            //await CalcWeekPlan(input);
+            await CalcWeekPlan(input);
             return "OK";
         }
         //计算原材料月均出库