Jelajahi Sumber

修复上报时nodid的问题

Wang Jeff 2 tahun lalu
induk
melakukan
4d0c39c36e
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      FactoryTool_CShare/Views/OperationPanel.cs

+ 1 - 1
FactoryTool_CShare/Views/OperationPanel.cs

@@ -4759,7 +4759,7 @@ namespace MOKA_Factory_Tools
                     if (SN.Trim().Length > 0)
                     if (SN.Trim().Length > 0)
                     {
                     {
                         keycontent += "nodid=true&";
                         keycontent += "nodid=true&";
-                        string postjson = V2Method.GetReportJson(orderNow, SN, isNodid: false, midListNow.clienttype, midListNow.version, ProjectIDText.Text, ref keyInfo, FunctionSettingNow.MITVEnable, ref _MiKey);
+                        string postjson = V2Method.GetReportJson(orderNow, SN, isNodid: true, midListNow.clienttype, midListNow.version, ProjectIDText.Text, ref keyInfo, FunctionSettingNow.MITVEnable, ref _MiKey);
                         if (V2Method.ReportOnlineData(midListNow.host, orderNow, postjson, errorDBNow, false, "", FunctionSettingNow.ReportTimeOut))
                         if (V2Method.ReportOnlineData(midListNow.host, orderNow, postjson, errorDBNow, false, "", FunctionSettingNow.ReportTimeOut))
                         {
                         {
                             TestResult = 1;
                             TestResult = 1;