diff --git a/app/Service/v3/Implementations/BannerService.php b/app/Service/v3/Implementations/BannerService.php index 20da1ba..c686de4 100644 --- a/app/Service/v3/Implementations/BannerService.php +++ b/app/Service/v3/Implementations/BannerService.php @@ -12,7 +12,6 @@ class BannerService implements BannerServiceInterface return Banner::query() ->where(['type' => $type]) ->whereJsonContains('market_ids', [(string)$marketId]) - ->orderBy('sort','desc') ->get()->toArray(); } } \ No newline at end of file