From e0b138b3e057de6f57021e6c8963868f5c5acc5a Mon Sep 17 00:00:00 2001 From: tx <123456> Date: 星期二, 22 四月 2025 11:07:06 +0800 Subject: [PATCH] 大改 --- TProduct.WinFrmUI/TProduct.WinFrmUI.TPump/ResultJudge/ResultJudgeForm.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TProduct.WinFrmUI/TProduct.WinFrmUI.TPump/ResultJudge/ResultJudgeForm.cs b/TProduct.WinFrmUI/TProduct.WinFrmUI.TPump/ResultJudge/ResultJudgeForm.cs index c42c772..8562eec 100644 --- a/TProduct.WinFrmUI/TProduct.WinFrmUI.TPump/ResultJudge/ResultJudgeForm.cs +++ b/TProduct.WinFrmUI/TProduct.WinFrmUI.TPump/ResultJudge/ResultJudgeForm.cs @@ -104,9 +104,9 @@ helper.SetRatedParas(this._currentPump, this._ratedParas); helper.SetStandard(this._testStandard, this._testGrade, this._testJudgeItems); if (this._featTestItem.ItemParas != null && - this._featTestItem.ItemParas.FlowInZeroH > 0) + this._featTestItem.ItemParas.ExtendPointQ != null) { - helper.SetFlowInZeroH(this._featTestItem.ItemParas.FlowInZeroH); + helper.SetCurveMaxFlow(this._featTestItem.ItemParas.ExtendPointQ.Value); } var isOk = helper.Judge(this._allRecords, out _testJudgeResults); OnSaveResult(isOk, _testJudgeResults); -- Gitblit v1.9.3