duheng
2024-09-23 6f8c6a3b2277b92a24319f672811da113861cfc1
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);