WinFrmUI/Yw.WinFrmUI.Hydro.Core/14-matching/00-core/HydroMatchingHelper.cs
@@ -889,6 +889,25 @@ #endregion #region 水泵 if (hydroInfo.Pumps != null && hydroInfo.Pumps.Count > 0) { if (matchingInfo.Pumps != null && matchingInfo.Pumps.Count > 0) { hydroInfo.Pumps.ForEach(x => { var matching = matchingInfo.Pumps.Find(t => t.Code == x.Code); if (Apply(hydroInfo, x, matching)) { result = true; } }); } } #endregion #region 阀门 if (hydroInfo.Valves != null && hydroInfo.Valves.Count > 0)