|
@@ -45,7 +45,7 @@ public class KuaishouDailyAccountReportLoadJob {
|
|
|
|
|
|
@XxlJob("kuaishouCurrentDailyAccountReport")
|
|
@XxlJob("kuaishouCurrentDailyAccountReport")
|
|
public void kuaishouCurrentDailyAccountReport() throws Exception {
|
|
public void kuaishouCurrentDailyAccountReport() throws Exception {
|
|
- Date getDate = DateUtils.addDay(new Date(), -1);
|
|
|
|
|
|
+ Date getDate = new Date();
|
|
//1:查询当日数据
|
|
//1:查询当日数据
|
|
List<CtopOauthToken> tokens = tokenService.selectKuaiShouToken();
|
|
List<CtopOauthToken> tokens = tokenService.selectKuaiShouToken();
|
|
if (null == tokens || tokens.isEmpty()) {
|
|
if (null == tokens || tokens.isEmpty()) {
|