Admin.NET/WCS.Application/Util/FourWayCarUtil.cs
@@ -26,6 +26,10 @@ /// <returns></returns> public static List<CarModel> GetCarPathUp(List<CarModel> list, int moveType) { if (list == null) { return null; } for (int i = 0; i < list.Count; i++) { if (i >= 0 && i < list.Count - 1) @@ -491,7 +495,7 @@ if (current.Equals(end)) { Log.Error(ReconstructPath(cameFrom, current).ToString()); Log.Error("小车路径分配:" +ReconstructPath(cameFrom, current).ToString()); return ReconstructPath(cameFrom, current); }