Authored by hugufei

fix

@@ -18,7 +18,7 @@ import org.springframework.stereotype.Component; @@ -18,7 +18,7 @@ import org.springframework.stereotype.Component;
18 import java.util.*; 18 import java.util.*;
19 19
20 @Component 20 @Component
21 -@SearchMqConsumerListerner(tableName = "product_style_relation") 21 +@SearchMqConsumerListerner(dbName = "yh_shops",tableName = "product_style_relation")
22 public class ProductStyleRelationMqListener extends AbstractMqListener { 22 public class ProductStyleRelationMqListener extends AbstractMqListener {
23 23
24 private static final Logger logger = LoggerFactory.getLogger(ProductStyleRelationMqListener.class); 24 private static final Logger logger = LoggerFactory.getLogger(ProductStyleRelationMqListener.class);