Authored by 胡古飞

Merge branch 'gray' into 5.6-global

@@ -743,6 +743,10 @@ public class SearchServiceHelper { @@ -743,6 +743,10 @@ public class SearchServiceHelper {
743 // 增加小分类名称用于搜索推荐 743 // 增加小分类名称用于搜索推荐
744 productMap.put("small_sort_name", map.get("smallSort")); 744 productMap.put("small_sort_name", map.get("smallSort"));
745 745
  746 + //shop
  747 + productMap.put("shop_name", map.get("shopName"));
  748 + productMap.put("shop_domain", map.get("shopDomain"));
  749 +
746 return productMap; 750 return productMap;
747 } 751 }
748 } 752 }