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

View File

@@ -279,8 +279,11 @@ namespace Tnb.WarehouseMgr
foreach (var pid in pointIds)
{
var point = points.Find(x => x.id == pid);
if (point != null)
{
results.Add(point);
}
}
#region dijkstra
//var points = await _db.Queryable<WmsPointH>().ToListAsync();