智慧保安后台管理-外网
Administrator
2022-05-18 6094a3460d456a68cf80371b0d1186b85f1ef4a2
src/main/java/org/springblade/modules/system/controller/UserController.java
@@ -1624,7 +1624,7 @@
      //调用ftp获取返回数据
      while (true){
         System.out.println("用户新增开始接收消息......................");
         Thread.sleep(1000);
         Thread.sleep(6000);
         //调用ftp获取返回数据
         result = Monitor.isFTPFileExist(uuid);
         //如果返回true,就退处
@@ -1644,7 +1644,7 @@
            //计数
            count++;
            //如果超过10s 没有读取到,则退出
            if (count == 30) {
            if (count == 10) {
               break;
            }
         }