lixiaojun
2024-09-26 2bff362885fd70b806cd031f5923bdf420b3ab9a
WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/01-matching/05-elbows/XhsProjectSimulationElbowsMatchingListCtrl.cs
@@ -36,7 +36,7 @@
            var resultList = new List<ElbowsMatchingViewModel>();
            foreach (var item in inputs)
            {
                var result = AssetsMatchingHelper.MatchingElbows(item, alllist);
                var result = AssetsMatchingHelper.MatchingElbow(item, alllist);
                if (result != null)
                {
                    resultList.Add(result);