Przeglądaj źródła

修改报告导出问题

zhangjiaxin 1 rok temu
rodzic
commit
6ab8d2e56d

+ 3 - 3
OTSIncAReportApp/1-UI/OTSReportExport/DataIntegration/ParticleAnalysis.cs

@@ -352,10 +352,10 @@ namespace OTSIncAReportApp._1_UI.OTSReportExport.DataIntegration
                     }
                     else
                     {
-                        if (getClass_dt.Rows[i]["GroupName"].ToString() != "Default")
-                        {
+                        //if (getClass_dt.Rows[i]["GroupName"].ToString() != "Default")
+                        //{
                             ClassName.Add(getClass_dt.Rows[i]["GroupName"].ToString());
-                        }
+                        //}
                     }
             }