Authored by hugufei

fix

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