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