yumeng 4 rokov pred
rodič
commit
d1072fcc38

+ 1 - 1
jeecg-boot-module-system/src/main/java/org/jeecg/modules/ctop/controller/TestController.java

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