Commit 598e341c by huangfusuper

调用方法

parent 861bd8fd
......@@ -51,7 +51,7 @@ public class ImperativeExecutionImpl implements ScriptExecutorService {
log.info("----------------com.byit.service.ImperativeExecutionImpl#runScript:{} ------------------------",scriptDto);
DispatchResponseDto dispatchResponseDto;
try {
RunThreadPool.SCRIPT_RUN_THREAD_POOL.execute(()-> System.out.println("1"));
RunThreadPool.SCRIPT_RUN_THREAD_POOL.execute(()-> startScript(scriptDto));
dispatchResponseDto = DispatchResponseDto.builder()
.code(JobResultEnum.DISPATCH_SUCCESS.getCode())
......
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