Selaa lähdekoodia

修改头条快手爆款视频计算逻辑

songyh 4 vuotta sitten
vanhempi
commit
b05d68576a

+ 1 - 1
module-job-kuaishou/src/main/java/cn/com/ctop/job/kuaishou/handler/KuaishouDailyAccountReportLoadJob.java

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