schangxiang@126.com
2024-09-10 eac59f7d6f0b08d2ad9787d2e206c87e6840e0d6
DataCapture/iWare_SCADA_DataCapture/iWare_SCADA_BusinessLogical/Utils/SystemBussinessHelper.cs
@@ -38,6 +38,8 @@
                    return 3 * 60;
                case "OP60":
                    return 4 * 60;
                case "OP70":
                    return 9 * 60;//9分钟
                default:
                    return 1 * 60;
            }
@@ -59,7 +61,15 @@
                var n_workPieceID = workPieceID.Trim();
                if (n_workPieceID.Length == 22)
                {
                    if (n_workPieceID.IndexOf("ERROR") > -1)
                    if (n_workPieceID.ToUpper().IndexOf("ERROR") > -1)
                    {
                        return false;
                    }
                    if (n_workPieceID.ToUpper().IndexOf("ERR") > -1)
                    {
                        return false;
                    }
                    if (n_workPieceID.ToUpper().IndexOf('\0') > -1)
                    {
                        return false;
                    }