Browse Source

去除多余日志记录

章政 8 years ago
parent
commit
4ccc9c8803
1 changed files with 0 additions and 2 deletions
  1. 0 2
      UAS-MES/FunctionCode/OQC/OQC_BatchResultJudge.cs

+ 0 - 2
UAS-MES/FunctionCode/OQC/OQC_BatchResultJudge.cs

@@ -91,7 +91,6 @@ namespace UAS_MES.OQC
                         default:
                             break;
                     }
-                    LogicHandler.DoCommandLog(User.UserCode, ob_makecode.Text, User.UserLineCode, User.UserSourceCode, "OQC批结果判定获取批", "成功", ms_sncode.Text, ob_checkno.Text);
                 }
                 else
                 {
@@ -104,7 +103,6 @@ namespace UAS_MES.OQC
                     WithdrawRejection.Enabled = false;
                     OperateResult.AppendText(">>" + ErrorMessage + "\n", Color.Red);
                 }
-              
             }
             else
             {