From a8f31c8b9c1e9bb7644e27b8baa476e1593790c0 Mon Sep 17 00:00:00 2001
From: Administrator <zhubaomin>
Date: 星期四, 11 七月 2024 14:50:39 +0800
Subject: [PATCH] 2024-07-11 朱宝民 优化开卡接口、补卡接口,灌溉单元农户关联接口,轮灌组农户关联接口
---
pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/threadPool/TreadPoolFactory.java | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/threadPool/TreadPoolFactory.java b/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/threadPool/TreadPoolFactory.java
index cbdc7ba..f7c34ee 100644
--- a/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/threadPool/TreadPoolFactory.java
+++ b/pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/threadPool/TreadPoolFactory.java
@@ -51,6 +51,7 @@
}
/**
* 寰楀埌鍞竴绾跨▼姹犲疄渚�
+ * @return
* @throws Exception
*/
public final static ThreadPool.Pool getThreadPoolShort()
@@ -62,6 +63,8 @@
}
/**
* 寰楀埌鍞竴绾跨▼姹犲疄渚�
+ * @return
+ * @throws Exception
*/
public final static ThreadPool.Pool getThreadPoolLong()
throws Exception {
--
Gitblit v1.8.0