正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -866,6 +866,7 @@ class ProductLogic extends BaseLogic | @@ -866,6 +866,7 @@ class ProductLogic extends BaseLogic | ||
| 866 | if(($this->param['featured_status'] != Category::STATUS_ACTIVE)) { | 866 | if(($this->param['featured_status'] != Category::STATUS_ACTIVE)) { |
| 867 | $this->param['title'] = ['not like','%Featured%']; | 867 | $this->param['title'] = ['not like','%Featured%']; |
| 868 | } | 868 | } |
| 869 | + unset($this->param['featured_status']); | ||
| 869 | $list = $categoryModel->list($this->param, ['sort', 'id'], ['id', 'pid', 'title']); | 870 | $list = $categoryModel->list($this->param, ['sort', 'id'], ['id', 'pid', 'title']); |
| 870 | if (!empty($list)) { | 871 | if (!empty($list)) { |
| 871 | $data = []; | 872 | $data = []; |
-
请 注册 或 登录 后发表评论