소스 검색

修改报告导出问题

zhangjiaxin 1 년 전
부모
커밋
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
                     {
-                        if (getClass_dt.Rows[i]["GroupName"].ToString() != "Default")
-                        {
+                        //if (getClass_dt.Rows[i]["GroupName"].ToString() != "Default")
+                        //{
                             ClassName.Add(getClass_dt.Rows[i]["GroupName"].ToString());
-                        }
+                        //}
                     }
             }