Authored by 胡古飞

return shopId

... ... @@ -660,6 +660,7 @@ public class SearchServiceHelper {
productMap.put("brand_domain", map.get("brandDomain"));
productMap.put("market_price", map.get("marketPrice"));
productMap.put("brand_id", map.get("brandId"));
productMap.put("shop_id", map.get("shopId"));
productMap.put("vip_price", map.get("vipPrice"));
productMap.put("vip1_price", map.get("vip1Price"));
productMap.put("vip2_price", map.get("vip2Price"));
... ...