Преглед на файлове

修改定时任务日志

syh преди 4 години
родител
ревизия
bc3112af32
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      module-job-bytedance/src/main/java/cn/com/ctop/job/bytedance/handler/BytedanceDailyMaterialReportJob.java

+ 0 - 1
module-job-bytedance/src/main/java/cn/com/ctop/job/bytedance/handler/BytedanceDailyMaterialReportJob.java

@@ -20,7 +20,6 @@ import java.util.concurrent.Executors;
 public class BytedanceDailyMaterialReportJob {
 
     static ExecutorService executorService = Executors.newFixedThreadPool(4);
-    CountDownLatch countDownLatch ;
     @Autowired
     private ICtopOauthTokenService tokenService;
     @Autowired