zhangjiaxin 1 год назад
Родитель
Сommit
6ab8d2e56d
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      OTSIncAReportApp/1-UI/OTSReportExport/DataIntegration/ParticleAnalysis.cs

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

@@ -352,10 +352,10 @@ namespace OTSIncAReportApp._1_UI.OTSReportExport.DataIntegration
                     }
                     }
                     else
                     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());
                             ClassName.Add(getClass_dt.Rows[i]["GroupName"].ToString());
-                        }
+                        //}
                     }
                     }
             }
             }