fix: 横幅查询未过滤禁用的数据
This commit is contained in:
@@ -479,6 +479,7 @@ class Product extends Common
|
||||
->where('status', '=', 1)
|
||||
->order(['sort' => 'asc', 'id' => 'desc']);
|
||||
}])
|
||||
->atPlatform(request()->from)
|
||||
->uniqueLabel(['BANNER_680dd7ceaa529'])
|
||||
->language($this->lang_id)
|
||||
->enabled(true)
|
||||
|
||||
Reference in New Issue
Block a user