Commit 1b72b2a8 by huangfusuper

修改日志

parent 93c6dfa2
......@@ -48,7 +48,7 @@ public class ImperativeExecutionImpl implements ScriptExecutorService {
@Override
public DispatchResponseDto runScript(ScriptDto scriptDto) {
log.info("----------------【new】runScript 开始调用脚本执行机 start{} ------------------------",scriptDto);
log.info("----------------com.byit.service.ImperativeExecutionImpl#runScript:{} ------------------------",scriptDto);
DispatchResponseDto dispatchResponseDto;
try {
RunThreadPool.SCRIPT_RUN_THREAD_POOL.execute(()-> System.out.println("1"));
......
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