Browse Source

修改广告搜索网站获取广告位

15313670163 5 months ago
parent
commit
bf262df6cb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/JsonRpc/OrderService.php

+ 1 - 0
app/JsonRpc/OrderService.php

@@ -449,6 +449,7 @@ class OrderService implements OrderServiceInterface
                 $websiteIds = array_column($placeids, 'website_id');
                 $website_id = array_unique($websiteIds);
                 $rep = Website::whereIn('id', $website_id)->get();
+                
                 $count  = Website::whereIn('id', $website_id)->count();
                 //若不存在网站id参数直接返回符合条件的广告位相关联的网站名称
             } else {