From d36d96955f33f03130d2de2f3ea8838f91600f05 Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期二, 20 八月 2024 10:38:05 +0800 Subject: [PATCH] 阀门曲线关系(基础) 缺阀门表、 Yw.Valve.Corve:阀门类型和拟合信息 --- WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/02-/SelXhsPumpMainPhartDlg.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/02-/SelXhsPumpMainPhartDlg.cs b/WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/02-/SelXhsPumpMainPhartDlg.cs index 76d0488..f23c02b 100644 --- a/WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/02-/SelXhsPumpMainPhartDlg.cs +++ b/WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/02-/SelXhsPumpMainPhartDlg.cs @@ -55,9 +55,9 @@ return; } - var graph_qh = graph_list.Find(x => x.GraphType == HStation.PhartRelation.eGraphType.QH); - var graph_qe = graph_list.Find(x => x.GraphType == HStation.PhartRelation.eGraphType.QH); - var graph_qp = graph_list.Find(x => x.GraphType == HStation.PhartRelation.eGraphType.QH); + var graph_qh = graph_list.Find(x => x.GraphType == HStation.PhartRelation.eGraphType.PumpQH); + var graph_qe = graph_list.Find(x => x.GraphType == HStation.PhartRelation.eGraphType.PumpQH); + var graph_qp = graph_list.Find(x => x.GraphType == HStation.PhartRelation.eGraphType.PumpQH); if (graph_qp == null) { -- Gitblit v1.9.3