Commit 784f6935 by huangfusuper

删除废弃代码

parent a1aadf5f
...@@ -54,8 +54,6 @@ public class JobController { ...@@ -54,8 +54,6 @@ public class JobController {
return jobTaskService.findJobTaskByTriggerNextTimeLessThanEqual(11); return jobTaskService.findJobTaskByTriggerNextTimeLessThanEqual(11);
} }
@Autowired
private RunRecordingScanHelper runRecordingScanThread;
@GetMapping("test") @GetMapping("test")
public DispatchResponseDto test(){ public DispatchResponseDto test(){
DispatchResponseDto dispatchResponseDto = runScriptService.runScript(null); DispatchResponseDto dispatchResponseDto = runScriptService.runScript(null);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment