接口日志参数

This commit is contained in:
ludj
2023-02-20 11:39:55 +08:00
parent e6342cef42
commit 8290ed2810
6 changed files with 10 additions and 10 deletions

View File

@@ -213,6 +213,7 @@ public class AutoRunServiceImpl implements AutoRunService, ApplicationAutoInitia
thread.start();
} else if (SystemConfig.thread_auto_run.booleanValue() && (!DevelopConfig.develop.booleanValue()
|| !DevelopConfig.thread_auto_run_force_stop.contains(this.thread_code_index.get(i)))) {
thread.setName("test_"+thread.getName());
thread.start();
}
}