Commit 03d205a8 authored by chenzhao's avatar chenzhao

Merge remote-tracking branch 'origin/developer_bw' into developer_bw

parents 4a331a6a e372c5f3
......@@ -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