瀏覽代碼

修改接口

章政 8 年之前
父節點
當前提交
f965216d50
共有 1 個文件被更改,包括 0 次插入12 次删除
  1. 0 12
      MES接口/LogicHandler.cs

+ 0 - 12
MES接口/LogicHandler.cs

@@ -119,18 +119,6 @@ namespace MES_Interface
             return false;
         }
 
-        public bool CheckStepAttribute(string iCaller, string iSourceCode, out string oErrorMessage)
-        {
-            oErrorMessage = "";
-            string[] param = new string[] { iCaller, iSourceCode, oErrorMessage };
-            dh.CallProcedure("CS_CHECKSTEPATTRIBUTE", ref param);
-            oErrorMessage = param[2];
-            if (oErrorMessage == "" || oErrorMessage == null || oErrorMessage == "null")
-                return true;
-            else
-                return false;
-        }
-
         /// <summary>
         /// 分配Mac地址和BT地址
         /// </summary>