duheng
2024-09-23 a1730187c168a5d0bd54eb27c1083eb1cc98be96
WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/01-AutoMatching/02-AsstesFormCtrl/ValveMatchingCtrl.cs
@@ -36,7 +36,7 @@
            var finishList = new List<ValveMatchingViewModel>();
            foreach (var item in inputs)
            {
                var result = AsstesAutoMatchingHelper.ValveMatching(item, alllist);
                var result = AssetsMatchingHelper.MatchingValves(item, alllist);
                if (result != null)
                {
                    finishList.Add(result);