lixiaojun
2024-09-26 2bff362885fd70b806cd031f5923bdf420b3ab9a
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);