|
|
@@ -126,7 +126,7 @@ public class ProductRecommendationService {
|
|
|
item.put("name", p.getName());
|
|
|
item.put("coverImage", p.getCoverImage());
|
|
|
item.put("price", p.getPrice());
|
|
|
- item.put("memberPrice", p.getMemberPrice());
|
|
|
+ item.put("memberPrice", p.getPrice());
|
|
|
item.put("productType", p.getProductType());
|
|
|
item.put("source", "dimension");
|
|
|
item.put("url", "/pages/discover/product-detail/product-detail?id=" + p.getId());
|