src/main/java/org/springblade/modules/system/service/impl/UserServiceImpl.java
@@ -1377,7 +1377,7 @@ //调用ftp获取返回数据 while (true){ try { Thread.sleep(3000); Thread.sleep(4000); } catch (InterruptedException e) { e.printStackTrace(); } @@ -1389,7 +1389,7 @@ } else { count++; if (count == 60) { if (count == 20) { break; } } @@ -1655,7 +1655,7 @@ //调用ftp获取返回数据 while (true){ try { Thread.sleep(2000); Thread.sleep(4000); } catch (InterruptedException e) { e.printStackTrace(); } @@ -1665,6 +1665,12 @@ if (result.getCode() == 200) { break; } else { count++; if (count == 20) { break; } } } }