From 2bff362885fd70b806cd031f5923bdf420b3ab9a Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期四, 26 九月 2024 14:14:41 +0800
Subject: [PATCH] 名称修改

---
 WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/01-matching/03-valve/XhsProjectSimulationValveMatchingListCtrl.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/01-matching/03-valve/XhsProjectSimulationValveMatchingListCtrl.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/01-matching/03-valve/XhsProjectSimulationValveMatchingListCtrl.cs
index 8df372c..71ffdb7 100644
--- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/01-matching/03-valve/XhsProjectSimulationValveMatchingListCtrl.cs
+++ b/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);

--
Gitblit v1.9.3