Преглед на файлове

Merge branch 'dev' of http://123.60.180.165:4647/ZZYDOP/DOPCore into dev

tangdi преди 2 години
родител
ревизия
aa2ae309a0
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      MicroServices/Business/Business.Application/ReplenishmentManagement/ReplenishmentAppService.cs

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

@@ -724,9 +724,9 @@ namespace Business.Replenishment
                     await _businessDbContext.BulkDeleteAsync(toDelete);
                     await _businessDbContext.BulkInsertAsync(annualProductionOutlines);
                     await CalcLongPeriodItemPR(input);
-                    await CalcROP(input);
+                    //await CalcROP(input);
                     await SaveProductionMasterPlan(input, annualProductionOutlines);
-                    await CalcWeekPlan(input);
+                    //await CalcWeekPlan(input);
                     await unitOfWork.CompleteAsync();
                 }
                 catch (Exception e)