Browse Source

修复ReportDataBurningResultToMES时,返回值错误的问题。

Jeff 3 years ago
parent
commit
c1c5c430eb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      FactoryTool_CShare/Business/CommonMethod.cs

+ 1 - 1
FactoryTool_CShare/Business/CommonMethod.cs

@@ -2254,7 +2254,7 @@ namespace MOKA_Factory_Tools
                         if ( jObject["returnObject"] != null )
                             returnObject = jObject["returnObject"].ToString();
                         Log.WriteInfoLog("nReportDataBurningResultToMES:" + hResult.StatusDescription + "\r\n" + hResult.Html + "\r\nAddress: " + item.URL + "\r\nPostdata: " + item.Postdata);
-                        return true;
+                        return bResult;
                     }
                 }
                 catch (Exception e)