|
@@ -9,6 +9,7 @@ import com.xxl.job.core.handler.annotation.XxlJob;
|
|
import com.xxl.job.core.log.XxlJobLogger;
|
|
import com.xxl.job.core.log.XxlJobLogger;
|
|
import org.jeecg.common.util.DateUtils;
|
|
import org.jeecg.common.util.DateUtils;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
|
+import org.springframework.stereotype.Component;
|
|
|
|
|
|
import java.text.SimpleDateFormat;
|
|
import java.text.SimpleDateFormat;
|
|
import java.util.Date;
|
|
import java.util.Date;
|
|
@@ -16,6 +17,7 @@ import java.util.List;
|
|
import java.util.concurrent.ExecutorService;
|
|
import java.util.concurrent.ExecutorService;
|
|
import java.util.concurrent.Executors;
|
|
import java.util.concurrent.Executors;
|
|
|
|
|
|
|
|
+@Component
|
|
public class BytedanceCampaignHourlyReportLoadJob {
|
|
public class BytedanceCampaignHourlyReportLoadJob {
|
|
@Autowired
|
|
@Autowired
|
|
private ICtopOauthTokenService tokenService;
|
|
private ICtopOauthTokenService tokenService;
|