From 02fe533245eb42140b98e55eec7cfab673e2bd44 Mon Sep 17 00:00:00 2001 From: Administrator <zhubaomin> Date: 星期六, 23 十二月 2023 11:16:29 +0800 Subject: [PATCH] 2023-12-23 朱宝民 开卡、补卡、充值重构,开卡/补卡记录查询改为参数传递 --- 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