Ver Fonte

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

cxs há 1 ano atrás
pai
commit
d1c1198f22

+ 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)
                     {