|
@@ -90,7 +90,7 @@ public class TestController {
|
|
|
|
|
|
@GetMapping(value = "/getMd5")
|
|
@GetMapping(value = "/getMd5")
|
|
public void getMd5() {
|
|
public void getMd5() {
|
|
- kuaiShouHistoryReportTaskService.getTaskList();
|
|
|
|
|
|
+ kuaiShouHistoryReportTaskService.getMd5(null, null);
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|