Browse Source

去除打印调试内容

章政 8 years ago
parent
commit
bdc7cc814f
1 changed files with 0 additions and 3 deletions
  1. 0 3
      UAS-MES/PublicMethod/LogicHandler.cs

+ 0 - 3
UAS-MES/PublicMethod/LogicHandler.cs

@@ -421,7 +421,6 @@ namespace UAS_MES.PublicMethod
 
 
         public static bool CheckStepSNAndMacode(string iMakeCode, string iSourceCode, string iSN, string iUserCode, out string oMakeCode, out string oMsID, out string oErrorMessage)
         public static bool CheckStepSNAndMacode(string iMakeCode, string iSourceCode, string iSN, string iUserCode, out string oMakeCode, out string oMsID, out string oErrorMessage)
         {
         {
-            Console.WriteLine("iMakeCode" + iMakeCode);
             oErrorMessage = "";
             oErrorMessage = "";
             oMakeCode = "";
             oMakeCode = "";
             oMsID = "";
             oMsID = "";
@@ -993,8 +992,6 @@ namespace UAS_MES.PublicMethod
             oErrorMessage = "";
             oErrorMessage = "";
             string StepCode = dh.getFieldDataByCondition("Makeserial", "ms_stepcode", "ms_sncode='" + iSN + "'").ToString();
             string StepCode = dh.getFieldDataByCondition("Makeserial", "ms_stepcode", "ms_sncode='" + iSN + "'").ToString();
             string CurrentStep = GetStepCodeBySource(iSourceCode);
             string CurrentStep = GetStepCodeBySource(iSourceCode);
-            Console.WriteLine("StepCode" + StepCode);
-            Console.WriteLine("CurrentStep" + CurrentStep);
             if (StepCode == CurrentStep)
             if (StepCode == CurrentStep)
             {
             {
                 InsertMakeProcess(iSN, iMakeCode, iSourceCode, iMPKind, iResult, iUserCode);
                 InsertMakeProcess(iSN, iMakeCode, iSourceCode, iMPKind, iResult, iUserCode);