|
|
@@ -238,7 +238,7 @@ public class GoodsServiceImpl implements GoodsService {
|
|
|
private final Logger logger = Logger.getLogger(getClass());
|
|
|
|
|
|
@Autowired
|
|
|
- public GoodsServiceImpl(KindService kindService, StoreInDao storeInDao, StoreInService storeInService, ProductStandardPutOnInfoDao productStandardPutOnInfoDao, ProductDao productDao, BrowsingHistoryService browsingHistoryService, RecommendProductService recommendProductService, BrandDao brandDao, KindInfoDao kindInfoDao, ProductAttachService productAttachService) {
|
|
|
+ public GoodsServiceImpl(KindService kindService, StoreInDao storeInDao, StoreInService storeInService, ProductStandardPutOnInfoDao productStandardPutOnInfoDao, ProductDao productDao, BrowsingHistoryService browsingHistoryService, RecommendProductService recommendProductService, BrandDao brandDao, KindInfoDao kindInfoDao) {
|
|
|
this.kindService = kindService;
|
|
|
this.storeInDao = storeInDao;
|
|
|
this.storeInService = storeInService;
|
|
|
@@ -248,7 +248,6 @@ public class GoodsServiceImpl implements GoodsService {
|
|
|
this.recommendProductService = recommendProductService;
|
|
|
this.brandDao = brandDao;
|
|
|
this.kindInfoDao = kindInfoDao;
|
|
|
- this.productAttachService = productAttachService;
|
|
|
ExecutorService executorService = Executors.newCachedThreadPool();
|
|
|
executor = new BoundedExecutor(executorService, 1600);
|
|
|
}
|