|
@@ -407,7 +407,7 @@ public class SampleTest {
|
|
|
private IKuaishouVideoEtlInfoService kuaishouVideoEtlInfoService;
|
|
|
@Test
|
|
|
public void etlKuaishouData(){
|
|
|
- String dateString = "2020-12-31";
|
|
|
+ String dateString = "2021-01-05";
|
|
|
Date startDate = DateUtils.parseDate(dateString,"yyyy-MM-dd");
|
|
|
for(int i=0;i<=10;i++){
|
|
|
Date getDate = DateUtils.addDay(startDate,i);
|