This commit is contained in:
DEVICE8\12494
2023-06-13 18:16:25 +08:00
parent 4cc673bba5
commit edf3f135b1

View File

@@ -279,7 +279,10 @@ namespace Tnb.WarehouseMgr
foreach (var pid in pointIds)
{
var point = points.Find(x => x.id == pid);
results.Add(point);
if (point != null)
{
results.Add(point);
}
}
#region dijkstra