Showing
1 changed file
with
1 additions
and
1 deletions
@@ -178,7 +178,7 @@ public class WebProductIndexBaseService { | @@ -178,7 +178,7 @@ public class WebProductIndexBaseService { | ||
178 | for (Map<String, Object> productEsSource : productEsSourceList) { | 178 | for (Map<String, Object> productEsSource : productEsSourceList) { |
179 | sknReturnInfoList.add(this.getPcProductMapFromEsSource(productEsSource)); | 179 | sknReturnInfoList.add(this.getPcProductMapFromEsSource(productEsSource)); |
180 | } | 180 | } |
181 | - sknReturnInfoList = productPricePlanIndexBaseService.fillProductPricePlan(sknReturnInfoList); | 181 | + productPricePlanIndexBaseService.fillProductPricePlan(sknReturnInfoList); |
182 | return sknReturnInfoList; | 182 | return sknReturnInfoList; |
183 | } | 183 | } |
184 | 184 |
-
Please register or login to post a comment