From 23efb57e548d98839821a6158b959050d5202d6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=94=84=E5=A4=B4?= Date: Sun, 16 Jun 2024 15:11:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AutoControl/ControlsHelper.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/AutoControl/ControlsHelper.cs b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/AutoControl/ControlsHelper.cs index bedf890..914790e 100644 --- a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/AutoControl/ControlsHelper.cs +++ b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/AutoControl/ControlsHelper.cs @@ -399,7 +399,7 @@ namespace Mesnac.Action.ChemicalWeighing.AutoControl TextE.GelWaterTime.MCValue = web.GelWater; TextE.GelWaitTime.MCValue = web.GelWait; TextE.GelCloseHeatTime.MCValue = web.GelCloseHeat; - TextE.GelOutDelayTime.MCValue = web.WetOutDelay; + TextE.GelOutDelayTime.MCValue = web.GelDelayTime; TextE.WetDryWeight.MCValue = web.WetDryWei; @@ -467,7 +467,7 @@ namespace Mesnac.Action.ChemicalWeighing.AutoControl TextE.GelWaterTime.MCValue = web.GelWater; TextE.GelWaitTime.MCValue = web.GelWait; TextE.GelCloseHeatTime.MCValue = web.GelCloseHeat; - TextE.GelOutDelayTime.MCValue = web.WetOutDelay; + TextE.GelOutDelayTime.MCValue = web.GelDelayTime;