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),"; }