|
@@ -1,8 +1,5 @@
|
|
|
package tech.powerjob.work.scheduleWork.EveryYear;
|
|
|
|
|
|
-import com.xxl.job.core.biz.model.ReturnT;
|
|
|
-import com.xxl.job.core.handler.annotation.XxlJob;
|
|
|
-import com.xxl.job.core.log.XxlJobLogger;
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
import org.pentaho.di.core.exception.KettleException;
|
|
|
import org.springframework.beans.factory.annotation.Value;
|
|
@@ -12,7 +9,6 @@ import tech.powerjob.worker.core.processor.ProcessResult;
|
|
|
import tech.powerjob.worker.core.processor.TaskContext;
|
|
|
import tech.powerjob.worker.core.processor.sdk.BasicProcessor;
|
|
|
|
|
|
-import static com.Kettle.utils.runtransfer.runTransfer;
|
|
|
import static tech.powerjob.work.util.runTransfer.runTransfer;
|
|
|
|
|
|
@Slf4j
|