|
@@ -1,6 +1,6 @@
|
|
package org.jeecg;
|
|
package org.jeecg;
|
|
|
|
|
|
-import cn.com.ctop.kuaishou.modules.batch.service.IKuaiShouReportTaskService;
|
|
|
|
|
|
+import cn.com.ctop.kuaishou.modules.batch.service.IKuaiShouHistoryReportTaskService;
|
|
import lombok.extern.slf4j.Slf4j;
|
|
import lombok.extern.slf4j.Slf4j;
|
|
import org.junit.Test;
|
|
import org.junit.Test;
|
|
import org.junit.runner.RunWith;
|
|
import org.junit.runner.RunWith;
|
|
@@ -23,9 +23,9 @@ public class SampleTest {
|
|
|
|
|
|
try {
|
|
try {
|
|
|
|
|
|
-
|
|
|
|
|
|
+/*
|
|
reportTaskService.createTask(3727345L, "871fc2c248782a94ad2962c941555abc");
|
|
reportTaskService.createTask(3727345L, "871fc2c248782a94ad2962c941555abc");
|
|
- reportTaskService.getTaskList();
|
|
|
|
|
|
+ reportTaskService.getTaskList();*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -94,10 +94,6 @@ public class SampleTest {
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|