Authored by cailing

奥莱商品过滤

@@ -51,6 +51,7 @@ class SearchController extends AbstractAction @@ -51,6 +51,7 @@ class SearchController extends AbstractAction
51 'price' => FILTER_DEFAULT, 51 'price' => FILTER_DEFAULT,
52 'discount' => FILTER_DEFAULT, 52 'discount' => FILTER_DEFAULT,
53 'gender' => FILTER_DEFAULT, 53 'gender' => FILTER_DEFAULT,
  54 + 'outlets' => FILTER_DEFAULT,
54 'p_d' => FILTER_DEFAULT,), false); 55 'p_d' => FILTER_DEFAULT,), false);
55 if (isset($condition['shop_id'])) { 56 if (isset($condition['shop_id'])) {
56 $condition['shopId'] = $condition['shop_id']; 57 $condition['shopId'] = $condition['shop_id'];