From d4341a62d4caec92bc6c72104a5cf47e67618eaf Mon Sep 17 00:00:00 2001 From: Administrator Date: Wed, 2 Sep 2026 14:35:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=82=E5=B8=B8=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- JinYuan.ControlCenter/ControlCenter_Plc.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JinYuan.ControlCenter/ControlCenter_Plc.cs b/JinYuan.ControlCenter/ControlCenter_Plc.cs index e448edf..85803e8 100644 --- a/JinYuan.ControlCenter/ControlCenter_Plc.cs +++ b/JinYuan.ControlCenter/ControlCenter_Plc.cs @@ -1593,7 +1593,7 @@ namespace JinYuan.ControlCenters //1OK,2扫码NG,3MES反馈NG,4其他NG judementResult.Item1 = 4; OK_NG = "NG"; - NG_Type += $"{ConstValue.CCDSpecialDic["CCD_FLATNESS_RESULT"]}(NG),"; + NG_Type += $"{ConstValue.CCDSpecialDic["CCDFLATNESSResult"]}(NG),"; }