Forráskód Böngészése

删除无用注解

syh 5 éve
szülő
commit
77722004ad

+ 0 - 3
module-job-bytedance/src/main/java/cn/com/ctop/job/bytedance/handler/BytedanceAdvertiserDailyReportLoadJob.java

@@ -9,7 +9,6 @@ import com.xxl.job.core.handler.annotation.XxlJob;
 import com.xxl.job.core.log.XxlJobLogger;
 import org.jeecg.common.util.DateUtils;
 import org.springframework.beans.factory.annotation.Autowired;
-import org.springframework.beans.factory.annotation.Qualifier;
 import org.springframework.stereotype.Component;
 
 import java.util.Date;
@@ -26,10 +25,8 @@ import java.util.concurrent.Executors;
 @Component
 public class BytedanceAdvertiserDailyReportLoadJob {
     @Autowired
-    @Qualifier("tokenService")
     private ICtopOauthTokenService tokenService;
     @Autowired
-    @Qualifier("reportService")
     private IReportService reportService;
     static ExecutorService executorService = null;