Browse Source

修改定时任务日志

syh 4 years ago
parent
commit
bc3112af32

+ 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