fix
This commit is contained in:
parent
85dd33db61
commit
81925a414b
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user