|
@@ -567,7 +567,7 @@ class GoodsService
|
|
|
$categorys = [];
|
|
|
if (!empty($categoryIds)) {
|
|
|
$categorys = SysCategory::whereIn('category_id', $categoryIds)
|
|
|
- ->where('category_status', 'ACTIVED')
|
|
|
+ ->whereIn('category_status', ['ACTIVED','UNSHOW'])
|
|
|
->select('category_id as id', 'category_name as name', 'category_super_id as pid', 'category_super_path')
|
|
|
->orderBy('category_sort', 'DESC')
|
|
|
->get()
|