|
|
@@ -4,6 +4,7 @@ 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;
|
|
|
@@ -20,7 +21,7 @@ import net.javacrumbs.shedlock.spring.annotation.SchedulerLock;
|
|
|
* @since 2026-03-03
|
|
|
*/
|
|
|
@Slf4j
|
|
|
-// @Component
|
|
|
+@Component
|
|
|
@RequiredArgsConstructor
|
|
|
public class DailyReportSyncTask {
|
|
|
|