Browse Source

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

tangdi 2 years ago
parent
commit
4bee13f3e3

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

@@ -6728,8 +6728,8 @@ namespace Business.Replenishment
                     item.tosechedqty = item.tosechedqty - sumQty;
                     newPlans.Add(item);
                 }
+                demandplans = newPlans;
             }
-            demandplans = newPlans;
             if (!demandplans.Any())
             {
                 Msg = "OK|没有需要生成的交货单";