|
@@ -34,7 +34,7 @@ public class KuaishouDailyAccountReportLoadJob {
|
|
*/
|
|
*/
|
|
@XxlJob("kuaishouDailyAccountReport")
|
|
@XxlJob("kuaishouDailyAccountReport")
|
|
public void execute() throws Exception {
|
|
public void execute() throws Exception {
|
|
- Date getDate = DateUtils.addDay(new Date(), -1);
|
|
|
|
|
|
+ Date getDate = new Date();
|
|
Date getDate2 = DateUtils.addDay(new Date(), -2);
|
|
Date getDate2 = DateUtils.addDay(new Date(), -2);
|
|
//1:查询当日数据
|
|
//1:查询当日数据
|
|
List<CtopOauthToken> tokens = tokenService.selectKuaiShouToken();
|
|
List<CtopOauthToken> tokens = tokenService.selectKuaiShouToken();
|