WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/01-matching/03-valve/XhsProjectSimulationValveMatchingListCtrl.cs
@@ -36,7 +36,7 @@ var finishList = new List<ValveMatchingViewModel>(); foreach (var item in inputs) { var result = AssetsMatchingHelper.MatchingValves(item, alllist); var result = AssetsMatchingHelper.MatchingValve(item, alllist); if (result != null) { finishList.Add(result);