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