fuyuchuan преди 3 дни
родител
ревизия
d22d4b5df1
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      service-fire/service-fire-biz/src/main/java/com/usky/fire/controller/web/TaskController.java

+ 3 - 3
service-fire/service-fire-biz/src/main/java/com/usky/fire/controller/web/TaskController.java

@@ -47,9 +47,9 @@ public class TaskController implements ApplicationRunner {
     //    @Scheduled(cron = "0 0/5 * * * ? ") // 间隔5分钟执行
     @Override
     public void run(ApplicationArguments args) throws Exception {
-        System.out.println(Thread.currentThread().getName() + " 消防报告生成定时任务执行中");
-        String companyId = "";
-        reportIndexResultService.reportIndexResult(companyId);
+        // System.out.println(Thread.currentThread().getName() + " 消防报告生成定时任务执行中");
+        // String companyId = "";
+        // reportIndexResultService.reportIndexResult(companyId);
         // System.out.println(Thread.currentThread().getName() + "大屏定时任务执行中");
         // bscEnterpriseScreenService.dataSynchro();
     }