|
@@ -21,7 +21,7 @@ public class KuaishouMaterialSyncMd5Job {
|
|
@XxlJob("kuaishouMaterialSyncMd5Job")
|
|
@XxlJob("kuaishouMaterialSyncMd5Job")
|
|
public void execute() throws Exception {
|
|
public void execute() throws Exception {
|
|
String nowDate = DateUtils.getDate("yyyy-MM-dd");
|
|
String nowDate = DateUtils.getDate("yyyy-MM-dd");
|
|
- String statDate = getAnotherDay("yyyy-MM-dd", nowDate, -1);
|
|
|
|
|
|
+ String statDate = getAnotherDay("yyyy-MM-dd", nowDate, -2);
|
|
historyReportTaskService.getMd5V2(statDate);
|
|
historyReportTaskService.getMd5V2(statDate);
|
|
}
|
|
}
|
|
}
|
|
}
|