Browse Source

队列等待5秒

lcl 2 months ago
parent
commit
a2d5bfe7d6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      AppStart/HaoDa/GetHaoDaFTPInfoService.cs

+ 1 - 0
AppStart/HaoDa/GetHaoDaFTPInfoService.cs

@@ -663,6 +663,7 @@ namespace MySystem
                         db.Dispose();
                         db.Dispose();
                         dbConn = false;
                         dbConn = false;
                     }
                     }
+                    Thread.Sleep(5000);
                 }
                 }
             }
             }
         }
         }