diff --git a/app/index/controller/Product.php b/app/index/controller/Product.php index c1db50be..609e5d33 100644 --- a/app/index/controller/Product.php +++ b/app/index/controller/Product.php @@ -45,6 +45,7 @@ class Product extends Common ->where('status', '=', 1) ->order(['sort' => 'asc', 'id' => 'desc']); }]) + ->atPlatform(request()->from) ->uniqueLabel(['BANNER_6808abd813d78']) ->language($this->lang_id) ->enabled(true)