Authored by 郭成尧

'修复新品到着报错'

@@ -151,7 +151,7 @@ class NewsaleController extends AbstractAction @@ -151,7 +151,7 @@ class NewsaleController extends AbstractAction
151 $channel = Helpers::getChannelByCookie(); 151 $channel = Helpers::getChannelByCookie();
152 152
153 $data = NewsaleData::selectNewSaleProducts( 153 $data = NewsaleData::selectNewSaleProducts(
154 - $gender, $brand, $sort, $color, $size, $price, $p_d, $channel, $dayLimit, $limit, $page, $order 154 + $gender, $brand, $sort, $color, $size, $price, $p_d, $channel, $dayLimit, $limit, $page, $order, null
155 ); 155 );
156 $result = \Product\NewsaleModel::selectData($data); 156 $result = \Product\NewsaleModel::selectData($data);
157 } 157 }