WinFrmUI/HStation.WinFrmUI.Xhs.Core/00-core/AssetsMatchingHelper.cs
@@ -64,7 +64,7 @@ } } //弯头匹配 foreach (var item in assetsAutoMatchingView.ElbowsMatchingList) foreach (var item in assetsAutoMatchingView.ElbowMatchingList) { if (MatchingElbow(item, allAdapting)) { @@ -372,7 +372,7 @@ } //弯头匹配 public static bool MatchingElbow(ElbowsMatchingViewModel input, List<Vmo.AdaptingManageVmo> adaptingManageVmos) public static bool MatchingElbow(ElbowMatchingViewModel input, List<Vmo.AdaptingManageVmo> adaptingManageVmos) { Vmo.AdaptingManageVmo vmo = null; int firstCount = 0;