Authored by hugufei

StorageSkuLogicService 增加 @Autowried

... ... @@ -57,7 +57,7 @@ public class ProductMqListener extends AbstractMqListener implements ChannelAwar
private ProductPriceService productPriceService;
@Autowired
private ProductIndexLogicService productIndexLogicService;
@Autowired
private StorageSkuLogicService storageSkuLogicService;
static PerformanceMonitor updateProductIToEsMonitor = new PerformanceMonitor("UpdateProductIToEs");
... ...
... ... @@ -35,10 +35,6 @@ public class StorageSkuIndexToolsService implements ApplicationEventPublisherAwa
@Autowired
private IYohoIndexService indexService;
/**
* 代码构建storagesku服务 -- amos.shan add on 2016-10-28
*/
@Autowired
private StorageSkuLogicService storageSkuLogicService;
... ...