|
@@ -9,7 +9,6 @@ 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.beans.factory.annotation.Qualifier;
|
|
|
|
import org.springframework.stereotype.Component;
|
|
import org.springframework.stereotype.Component;
|
|
|
|
|
|
import java.util.Date;
|
|
import java.util.Date;
|
|
@@ -26,10 +25,8 @@ import java.util.concurrent.Executors;
|
|
@Component
|
|
@Component
|
|
public class BytedanceAdvertiserDailyReportLoadJob {
|
|
public class BytedanceAdvertiserDailyReportLoadJob {
|
|
@Autowired
|
|
@Autowired
|
|
- @Qualifier("tokenService")
|
|
|
|
private ICtopOauthTokenService tokenService;
|
|
private ICtopOauthTokenService tokenService;
|
|
@Autowired
|
|
@Autowired
|
|
- @Qualifier("reportService")
|
|
|
|
private IReportService reportService;
|
|
private IReportService reportService;
|
|
static ExecutorService executorService = null;
|
|
static ExecutorService executorService = null;
|
|
|
|
|