...
|
...
|
@@ -19,14 +19,8 @@ import org.springframework.stereotype.Component; |
|
|
@SearchMqConsumerListerner(tableName = "product_pool")
|
|
|
public class ProductPoolMqListener extends AbstractMqListener {
|
|
|
|
|
|
private static final Logger LOGGER = LoggerFactory.getLogger(ProductPoolMqListener.class);
|
|
|
|
|
|
@Autowired
|
|
|
private ProductPoolService productPoolService;
|
|
|
@Autowired
|
|
|
private ProductService productService;
|
|
|
@Autowired
|
|
|
private ProductPoolDetailService productPoolDetailService;
|
|
|
|
|
|
@Override
|
|
|
public String getIndexName() {
|
...
|
...
|
|