Merge branch 'zf_dependency_opt' into test_newcore
Showing
1 changed file
with
2 additions
and
2 deletions
@@ -140,9 +140,9 @@ public class ProductIndexLogicService { | @@ -140,9 +140,9 @@ public class ProductIndexLogicService { | ||
140 | 140 | ||
141 | 141 | ||
142 | // 过滤Product数据 | 142 | // 过滤Product数据 |
143 | - List<Product> productsNew = productILogicService.filterProductList(products, ProductSortMap, brandMap); | 143 | + //List<Product> productsNew = productILogicService.filterProductList(products, ProductSortMap, brandMap); |
144 | // 拼装ProductI数据 | 144 | // 拼装ProductI数据 |
145 | - List<ProductIBO> productIBOs = productILogicService.buildProductI(productsNew, ProductSortMap, brandMap); | 145 | + List<ProductIBO> productIBOs = productILogicService.buildProductI(products, ProductSortMap, brandMap); |
146 | logger.info("productI构建完成,[size:{}],[cost: {}]", productIBOs.size(), System.currentTimeMillis() - begin); | 146 | logger.info("productI构建完成,[size:{}],[cost: {}]", productIBOs.size(), System.currentTimeMillis() - begin); |
147 | return productIBOs; | 147 | return productIBOs; |
148 | } | 148 | } |
-
Please register or login to post a comment