fix: 任务定位
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package cn.code.nl.module.lms;
|
||||
|
||||
import cn.code.nl.framework.execute.core.AbstractTask;
|
||||
import cn.code.nl.framework.execute.core.dto.TaskExecuteDTO;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
@@ -14,12 +15,12 @@ import org.springframework.stereotype.Component;
|
||||
public class DemoTask extends AbstractTask {
|
||||
|
||||
@Override
|
||||
public void doHandleFinish(Long taskId) {
|
||||
public void doHandleFinish(TaskExecuteDTO taskExecuteDTO) {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public void doHandleCancel(Long taskId) {
|
||||
public void doHandleCancel(TaskExecuteDTO taskExecuteDTO) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user