This commit is contained in:
Павел Путилин 2023-04-26 10:19:14 +04:00
parent 85dd33db61
commit 81925a414b

View File

@ -85,7 +85,7 @@ namespace PrecastConcretePlantFileImplement
.Select(shop => shop.Reinforceds .Select(shop => shop.Reinforceds
.FirstOrDefault(x => x.Key == reinforced.Id).Value.Item2) .FirstOrDefault(x => x.Key == reinforced.Id).Value.Item2)
.Sum(); .Sum();
if (resultCount >= needCount) if (resultCount < needCount)
{ {
return false; return false;
} }