WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/01-matching/06-threelink/XhsProjectSimulationThreelinkMatchingListCtrl.cs
@@ -38,7 +38,7 @@ var resultList = new List<ThreelinkMatchingViewModel>(); foreach (var item in inputs) { var result = AssetsMatchingHelper.MatchingThreeLink(item, alllist); var result = AssetsMatchingHelper.MatchingThreelink(item, alllist); if (result != null) { resultList.Add(result);