瀏覽代碼

处理报告导出无有效颗粒问题

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

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

@@ -2289,7 +2289,7 @@ namespace OTSIncAReportGrids
             List<string> maxlength = new List<string>();
             for (int i = 0; i < dataTable.Rows.Count; i++)
             {
-                if (dataTable.Rows[i]["TypeName"].ToString() != "Not Identified")
+                if (Convert.ToInt32(dataTable.Rows[i]["TypeId"])>9)
                 {
                     if (maxlength.Count < 10)
                     {