From c0bb2f6f1acf269ce534a8a8f2caf1e2c6ebb4be Mon Sep 17 00:00:00 2001 From: wangsr Date: Tue, 5 Dec 2023 15:58:31 +0800 Subject: [PATCH] =?UTF-8?q?change=20-=20=E5=B0=8Fbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../MainDetailControl/MainDetailControlAction.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/MainDetailControl/MainDetailControlAction.cs b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/MainDetailControl/MainDetailControlAction.cs index 645c081..e314a70 100644 --- a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/MainDetailControl/MainDetailControlAction.cs +++ b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/MainDetailControl/MainDetailControlAction.cs @@ -1601,7 +1601,7 @@ namespace Mesnac.Action.ChemicalWeighing.MainDetailControl /// /// 干混机步骤代码转换为步骤名 /// - private string WetStepConvert(int code) + private string GelStepConvert(int code) { switch (code) { @@ -1619,7 +1619,7 @@ namespace Mesnac.Action.ChemicalWeighing.MainDetailControl /// /// 干混机步骤代码转换为步骤名 /// - private string GelStepConvert(int code) + private string WetStepConvert(int code) { switch (code) {