Commit e372c5f3 authored by hezhuozhi's avatar hezhuozhi

提交测试

parent 942ceb1d
......@@ -73,6 +73,7 @@ public class TestController extends BaseController {
// 创建线程池
ExecutorService executorService = Executors.newFixedThreadPool(5);
// 提交不同的方法
executorService.submit(this::dealKcTime);
executorService.submit(this::dealDzhtqyTime);
......
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