code review by fei.hong: do fixes bug to product brand shops show images
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -42,7 +42,7 @@ class IndexController extends WebAction | @@ -42,7 +42,7 @@ class IndexController extends WebAction | ||
42 | //品牌系列参数 | 42 | //品牌系列参数 |
43 | $condition['folder_id'] = $this->get('folder_id'); | 43 | $condition['folder_id'] = $this->get('folder_id'); |
44 | // 品牌型类 | 44 | // 品牌型类 |
45 | - $condition['series'] = $this->get('series'); | 45 | + $condition['series_id'] = $this->get('series'); |
46 | 46 | ||
47 | //$options参数数组 | 47 | //$options参数数组 |
48 | $options = array(); | 48 | $options = array(); |
-
Please register or login to post a comment