소스 검색

修改定时任务日志

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