@@ -49,7 +49,7 @@ public class AccountReportlJob {
@Override
public void run() {
kuaishouAccountReportDailyService.getAdvertiserReportDaily(
- Long.valueOf(param), token, "2021-10-04", "2021-10-06", 1);
+ Long.valueOf(param), token, startDate, endDate, 1);
}
});
@@ -47,7 +47,7 @@ public class CampaignReportJob {
campaignReportDailyService.getCampaignReportDaily(
- Long.valueOf(param), token,"2021-10-04", "2021-10-06", 1);
+ Long.valueOf(param), token, date, date, 1);
@@ -44,7 +44,7 @@ public class CreativeReportJob {
creativeReportDailyService.getCreativeReportDaily(
@@ -44,7 +44,7 @@ public class ProgramCreativeReportJob {
programCreativeReportDailyService.getProgramCreativeReportDaily(
@@ -46,7 +46,7 @@ public class UnitReportJob {
new Runnable() {
- unitReportDailyService.getUnitReportDaily(Long.valueOf(param), token, "2021-10-04", "2021-10-06", 1);
+ unitReportDailyService.getUnitReportDaily(Long.valueOf(param), token, date, date, 1);
@@ -45,7 +45,7 @@ public class VideoReportJob {
- videoReportDailyService.getVideoReportDaily(Long.valueOf(param), token, "2021-10-04", "2021-10-06", 1);
+ videoReportDailyService.getVideoReportDaily(Long.valueOf(param), token, date, date, 1);