Ver Fonte

加注释

tl há 5 meses atrás
pai
commit
3f19995d83

+ 1 - 1
cpp-admin/src/main/java/com/cpp/web/job/ScheduledJob.java

@@ -51,7 +51,7 @@ public class ScheduledJob implements ApplicationRunner {
     /**
      * 解析站端文件定时任务
      */
-    @Scheduled(fixedRate = 60000L)
+//    @Scheduled(fixedRate = 60000L)
     public void parsingFile() {
         sftpFileParsing.parsingFile();
     }