|
|
@@ -4,7 +4,6 @@ import java.time.LocalDate;
|
|
|
import java.time.format.DateTimeFormatter;
|
|
|
|
|
|
import org.springframework.scheduling.annotation.Scheduled;
|
|
|
-import org.springframework.stereotype.Component;
|
|
|
|
|
|
import com.moka.gdtauto.service.DailyCreativeReportService;
|
|
|
import com.tencent.ads.model.v3.TimeLine;
|
|
|
@@ -21,7 +20,7 @@ import net.javacrumbs.shedlock.spring.annotation.SchedulerLock;
|
|
|
* @since 2026-03-03
|
|
|
*/
|
|
|
@Slf4j
|
|
|
-@Component
|
|
|
+//@Component
|
|
|
@RequiredArgsConstructor
|
|
|
public class DailyCreativeReportSyncTask {
|
|
|
|