...
|
...
|
@@ -199,6 +199,7 @@ public class ProductIndexService { |
|
|
map.put("shopName", productIndexBO.getShopName());
|
|
|
map.put("shopDomain", productIndexBO.getShopDomain());
|
|
|
map.put("productAttrField", productIndexBO.getProductAttrField());
|
|
|
map.put("bundleType", productIndexBO.getBundleType());
|
|
|
return map;
|
|
|
}
|
|
|
|
...
|
...
|
|