Authored by unknown

测试召回机制

... ... @@ -130,7 +130,7 @@ public class SortRecallSceneService extends AbstractRecallService {
// 3)填充变价计划,并做品牌打散
begin = System.currentTimeMillis();
List<Map<String, Object>> product_list = productIndexBaseService.getProductListWithPricePlan(recallProductInfoList.getProductInfoList());
product_list = productListSortService.sortProductList(product_list, paramMap);
//product_list = productListSortService.sortProductList(product_list, paramMap);
logger.warn("[func2=getProductListWithPricePlan][cost={}]", System.currentTimeMillis() - begin);
// 4)构造返回结果
... ...