Authored by hugufei

StorageSkuLogicService 增加 @Autowried

@@ -57,7 +57,7 @@ public class ProductMqListener extends AbstractMqListener implements ChannelAwar @@ -57,7 +57,7 @@ public class ProductMqListener extends AbstractMqListener implements ChannelAwar
57 private ProductPriceService productPriceService; 57 private ProductPriceService productPriceService;
58 @Autowired 58 @Autowired
59 private ProductIndexLogicService productIndexLogicService; 59 private ProductIndexLogicService productIndexLogicService;
60 - 60 + @Autowired
61 private StorageSkuLogicService storageSkuLogicService; 61 private StorageSkuLogicService storageSkuLogicService;
62 62
63 static PerformanceMonitor updateProductIToEsMonitor = new PerformanceMonitor("UpdateProductIToEs"); 63 static PerformanceMonitor updateProductIToEsMonitor = new PerformanceMonitor("UpdateProductIToEs");
@@ -35,10 +35,6 @@ public class StorageSkuIndexToolsService implements ApplicationEventPublisherAwa @@ -35,10 +35,6 @@ public class StorageSkuIndexToolsService implements ApplicationEventPublisherAwa
35 35
36 @Autowired 36 @Autowired
37 private IYohoIndexService indexService; 37 private IYohoIndexService indexService;
38 -  
39 - /**  
40 - * 代码构建storagesku服务 -- amos.shan add on 2016-10-28  
41 - */  
42 @Autowired 38 @Autowired
43 private StorageSkuLogicService storageSkuLogicService; 39 private StorageSkuLogicService storageSkuLogicService;
44 40