|
@@ -14,7 +14,7 @@ public class KuaishouEffectVideoJob {
|
|
|
@Autowired
|
|
|
private IKuaishouVideoEtlInfoService etlInfoService;
|
|
|
|
|
|
- @XxlJob("kuaishouGroupDailyReportJob")
|
|
|
+ @XxlJob("kuaishouEffectVideoJob")
|
|
|
public void execute() throws ParseException {
|
|
|
Date getDate = DateUtils.addDay(new Date(),-1);
|
|
|
etlInfoService.etlKuaishouVideoInfo(getDate);
|