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`