|
@@ -68,7 +68,7 @@ class ProductPricePlanIndexBaseService { |
|
@@ -68,7 +68,7 @@ class ProductPricePlanIndexBaseService { |
68
|
return productPricePlanMap;
|
68
|
return productPricePlanMap;
|
69
|
}
|
69
|
}
|
70
|
|
70
|
|
71
|
- public Map<String, List<Map<String, Object>>> getProductPricePlanMap(SearchResult searchProductPricePlanResult) {
|
71
|
+ private Map<String, List<Map<String, Object>>> getProductPricePlanMap(SearchResult searchProductPricePlanResult) {
|
72
|
if (searchProductPricePlanResult == null || searchProductPricePlanResult.getResultList() == null || searchProductPricePlanResult.getResultList().size() == 0) {
|
72
|
if (searchProductPricePlanResult == null || searchProductPricePlanResult.getResultList() == null || searchProductPricePlanResult.getResultList().size() == 0) {
|
73
|
return new HashMap<String, List<Map<String, Object>>>();
|
73
|
return new HashMap<String, List<Map<String, Object>>>();
|
74
|
}
|
74
|
}
|