|
@@ -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");
|