|
@@ -1,6 +1,6 @@
|
|
|
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 org.junit.Test;
|
|
|
import org.junit.runner.RunWith;
|
|
@@ -15,7 +15,7 @@ public class SampleTest {
|
|
|
|
|
|
|
|
|
@Autowired
|
|
|
- private IKuaiShouReportTaskService reportTaskService;
|
|
|
+ private IKuaiShouHistoryReportTaskService reportTaskService;
|
|
|
|
|
|
@Test
|
|
|
public void kuaisShouReport() {
|