Authored by wangnan

pi返回店铺名和domain fix

... ... @@ -196,6 +196,8 @@ public class ProductIndexService {
map.put("isPhraseExist", productIndexBO.getIsPhraseExist());
map.put("pattern", productIndexBO.getPattern());
map.put("attributeNames", productIndexBO.getAttributeNames());
map.put("shopName", productIndexBO.getShopName());
map.put("shopDomain", productIndexBO.getShopDomain());
return map;
}
... ...