瀏覽代碼

修改颗粒列表多样品导出报告报错的问题

cxs 1 年之前
父節點
當前提交
2738cf112e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      OTSIncAReportApp/1-UI/Control_Grids/ParticlesGridDevidePage.cs

+ 1 - 1
OTSIncAReportApp/1-UI/Control_Grids/ParticlesGridDevidePage.cs

@@ -167,7 +167,7 @@ namespace OTSIncAReportGrids
             ReportFun = new OTSImageDisHelp(resultFile);
 
             string sou = m_condition.m_CurrentConditions[OTSIncAReportApp.OTSSampleReportInfo.OTS_REPORT_PROP_GRID_ITEMS.DATA_SOURCE].itemDisplayVal.ToString();
-            if (sou.Contains("+"))
+            if (!sou.Contains("+"))
             {
                 result = m_ReportApp.m_rstDataMgr.ResultFilesList[0];
             }