|
@@ -42,14 +42,14 @@ public class AccountReportlJob {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
String nowDate = DateUtils.getNowDate("yyyy-MM-dd");
|
|
String nowDate = DateUtils.getNowDate("yyyy-MM-dd");
|
|
|
- String endDate = DateUtils.getAnotherDay("yyyy-MM-dd", nowDate, -1);
|
|
|
|
|
|
|
+ // String endDate = DateUtils.getAnotherDay("yyyy-MM-dd", nowDate, -1);
|
|
|
String startDate = DateUtils.getAnotherDay("yyyy-MM-dd", nowDate, -2);
|
|
String startDate = DateUtils.getAnotherDay("yyyy-MM-dd", nowDate, -2);
|
|
|
dailyExecutorService.submit(
|
|
dailyExecutorService.submit(
|
|
|
new Runnable() {
|
|
new Runnable() {
|
|
|
@Override
|
|
@Override
|
|
|
public void run() {
|
|
public void run() {
|
|
|
kuaishouAccountReportDailyService.getAdvertiserReportDaily(
|
|
kuaishouAccountReportDailyService.getAdvertiserReportDaily(
|
|
|
- Long.valueOf(param), token, startDate, endDate, 1);
|
|
|
|
|
|
|
+ Long.valueOf(param), token, startDate, nowDate, 1);
|
|
|
}
|
|
}
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|