|
|
@@ -84,6 +84,7 @@ public class IpadSendServer {
|
|
|
private final ISysConfigService configService;
|
|
|
private final LuckyBagMapper luckyBagMapper;
|
|
|
private final CompanyMapper companyMapper;
|
|
|
+
|
|
|
private final ExecutorService executor = new ThreadPoolExecutor(
|
|
|
8, 32, 60L, TimeUnit.SECONDS,
|
|
|
new LinkedBlockingQueue<>(1000),
|