Browse Source

补全:DSN

sat23 3 years ago
parent
commit
c2ea160559
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Views/OperationPanel.cs

+ 1 - 1
Views/OperationPanel.cs

@@ -5059,7 +5059,7 @@ namespace MOKA_Factory_Tools
             }
             // 上报抄写结果到MES系统中;
             string strOutMsg;
-            if ( !CommonMethod.ReportDataBurningResultToMES(SN, "", TestResult ? "Pass" : "Fail", DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss.fff"), errorDBNow, out strOutMsg) )
+            if ( !CommonMethod.ReportDataBurningResultToMES(SN, keyInfo.DSN, TestResult ? "" : "", DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss.fff"), errorDBNow, out strOutMsg) )
             {
                 MessageBox.Show("上报抄写结果到MES失败,请紧急处理:" + strOutMsg);
             }