From 73d5715a965c47f0584b119ba395139cd0101fba Mon Sep 17 00:00:00 2001 From: Mike Date: Fri, 4 Sep 2020 16:35:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88banner=E6=8E=92=E5=BA=8F?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E9=BB=98=E8=AE=A4Scope?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 24cfded362cea9f7b200440d58162774cdcaffbd) --- app/Service/v3/Implementations/BannerService.php | 1 - 1 file changed, 1 deletion(-) 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