Merge branch 'develop' of git.dev.yoho.cn:web/yohobuy into test
Showing
1 changed file
with
0 additions
and
1 deletions
@@ -191,7 +191,6 @@ class NewsaleController extends AbstractAction | @@ -191,7 +191,6 @@ class NewsaleController extends AbstractAction | ||
191 | $data = NewsaleData::selectNewSaleProducts( | 191 | $data = NewsaleData::selectNewSaleProducts( |
192 | $gender, $brand, $sort, $color, $size, $price, $p_d, $channel, $dayLimit, $limit, $page, $order | 192 | $gender, $brand, $sort, $color, $size, $price, $p_d, $channel, $dayLimit, $limit, $page, $order |
193 | ); | 193 | ); |
194 | - print_r($data); | ||
195 | $result = \Product\NewsaleModel::filterData($data, $gender); | 194 | $result = \Product\NewsaleModel::filterData($data, $gender); |
196 | } | 195 | } |
197 | 196 |
-
Please register or login to post a comment