(cherry picked from commit 3394d14292)
3394d14292
@ -11,7 +11,8 @@ class BannerService implements BannerServiceInterface
{
return Banner::query()
->where(['type' => $type])
->whereIn('market_id', [0,$marketId])
->whereJsonContains('market_ids', [(string)$marketId])
->orderBy('sort','desc')
->get()->toArray();
}