From 64d8c7b65128f192eea72b9a88c8f4ebc043814f Mon Sep 17 00:00:00 2001 From: luozukai Date: Sat, 25 May 2019 16:21:17 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=90=88=E5=90=8C=E4=BC=98=E5=8C=96][?= =?UTF-8?q?=E4=BF=AE=E6=94=B9][=E6=B7=BB=E5=8A=A0=E4=BA=8C=E7=BB=B4?= =?UTF-8?q?=E7=A0=81]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/iformall/config/MyExecutorConfig.java | 2 +- mallinkService/src/main/resources/mapper/WxCouponMapper.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mallinkCallback/src/main/java/com/iformall/config/MyExecutorConfig.java b/mallinkCallback/src/main/java/com/iformall/config/MyExecutorConfig.java index c60425e84..bc9dbb75c 100644 --- a/mallinkCallback/src/main/java/com/iformall/config/MyExecutorConfig.java +++ b/mallinkCallback/src/main/java/com/iformall/config/MyExecutorConfig.java @@ -18,7 +18,7 @@ public class MyExecutorConfig { public AsyncTaskExecutor taskExecutor() { ThreadPoolTaskExecutor executor = new ThreadPoolTaskExecutor(); executor.setThreadNamePrefix("Anno-Executor"); - executor.setMaxPoolSize(100); + executor.setMaxPoolSize(200); executor.setRejectedExecutionHandler(new ThreadPoolExecutor.CallerRunsPolicy()); return executor; } diff --git a/mallinkService/src/main/resources/mapper/WxCouponMapper.xml b/mallinkService/src/main/resources/mapper/WxCouponMapper.xml index caa460651..f131cf946 100644 --- a/mallinkService/src/main/resources/mapper/WxCouponMapper.xml +++ b/mallinkService/src/main/resources/mapper/WxCouponMapper.xml @@ -90,7 +90,7 @@ `id`,`tenant_id`,`type`,`cover_img`,`cover_picture`,`detail_picture`,`title`,`sub_title`,`sale_price`,`use_price`,`use_limit_quantity`,`send_type`, `valid_type`,`valid_start_date`,`valid_end_date`,`valid_days`,`detail`,`price`,`unit`,`remain_inventory`,`inventory`, `remark`,`status`,`create_date`,`update_date`,`business`,`sub_business`,`support_transfer`,`subsidy_num`,`subsidy_type`, - `press_limit_num`, `press_limit_hours`, `auto_refund`,`credit_price`,`credit_refund`,qr_code + `press_limit_num`, `press_limit_hours`, `auto_refund`,`credit_price`,`credit_refund`