|
...
|
...
|
@@ -866,6 +866,7 @@ class ProductLogic extends BaseLogic |
|
|
|
if(($this->param['featured_status'] != Category::STATUS_ACTIVE)) {
|
|
|
|
$this->param['title'] = ['not like','%Featured%'];
|
|
|
|
}
|
|
|
|
unset($this->param['featured_status']);
|
|
|
|
$list = $categoryModel->list($this->param, ['sort', 'id'], ['id', 'pid', 'title']);
|
|
|
|
if (!empty($list)) {
|
|
|
|
$data = [];
|
...
|
...
|
|