|
@@ -246,14 +246,14 @@ public class SampleTest {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
- @Test
|
|
|
|
|
|
+/* @Test
|
|
public void loadBkData(){
|
|
public void loadBkData(){
|
|
Date startDate = DateUtils.addDay(new Date(),-60);
|
|
Date startDate = DateUtils.addDay(new Date(),-60);
|
|
for(int i=0;i<=60;i++){
|
|
for(int i=0;i<=60;i++){
|
|
Date getDate = DateUtils.addDay(startDate,i);
|
|
Date getDate = DateUtils.addDay(startDate,i);
|
|
bytedanceVideoEtlInfoService.etlBytedanceVideoInfo(getDate);
|
|
bytedanceVideoEtlInfoService.etlBytedanceVideoInfo(getDate);
|
|
}
|
|
}
|
|
- }
|
|
|
|
|
|
+ }*/
|
|
|
|
|
|
@Autowired
|
|
@Autowired
|
|
private IEtlKuaishouVideoInfoService etlKuaishouVideoInfo;
|
|
private IEtlKuaishouVideoInfoService etlKuaishouVideoInfo;
|