Authored by hugufei

fix compile bug

@@ -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