Showing
1 changed file
with
4 additions
and
0 deletions
@@ -35,6 +35,10 @@ class IndexController extends WebAction | @@ -35,6 +35,10 @@ class IndexController extends WebAction | ||
35 | $condition = array(); | 35 | $condition = array(); |
36 | $condition['brand'] = $brandId; | 36 | $condition['brand'] = $brandId; |
37 | 37 | ||
38 | + //品牌系列参数 | ||
39 | + $folderId = $this->get('folder_id'); | ||
40 | + $condition['folder_id'] = $folderId; | ||
41 | + | ||
38 | //$options参数数组 | 42 | //$options参数数组 |
39 | $options = array(); | 43 | $options = array(); |
40 | $options['brandName'] = $domain; | 44 | $options['brandName'] = $domain; |
-
Please register or login to post a comment