Quellcode durchsuchen

修复报告程序备份数据库功能bug

zhangjiaxin vor 2 Jahren
Ursprung
Commit
98d7235932

+ 1 - 1
OTSIncAReportApp/1-UI/Control_Graph/Controls/Control_DrawDistrbutionImageAndBSE.cs

@@ -2253,7 +2253,7 @@ namespace OTSIncAReportGraph.Controls
                 if (System.IO.Directory.Exists(folderPath + i.ToString()))
                 {
                     Fields = folderPath + i.ToString();
-                    break;
+                    continue;
                 }
                 else
                 {

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

@@ -2167,7 +2167,7 @@ namespace OTSIncAReportGrids
                 if (System.IO.Directory.Exists(folderPath + i.ToString()))
                 {
                     Fields = folderPath + i.ToString();
-                    break;
+                    continue;
                 }
                 else
                 {

+ 1 - 1
OTSIncAReportApp/1-UI/frmReportApp.cs

@@ -1185,7 +1185,7 @@ namespace OTSIncAReportApp
                 if (System.IO.Directory.Exists(folderPath + i.ToString()))
                 {
                     Fields = folderPath + i.ToString();
-                    break;
+                    continue;
                 }
                 else
                 {