Forráskód Böngészése

Merge branch 'web_sannong_fr'

15313670163 1 hete
szülő
commit
0189c8e09a
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      app/JsonRpc/NewsService.php

+ 1 - 1
app/JsonRpc/NewsService.php

@@ -2074,7 +2074,7 @@ class NewsService implements NewsServiceInterface
                         ->orWhereRaw("JSON_CONTAINS(good.city_arr_id, '\"" . intval($data['city_id']) . "\"') = 1");
                 });
             })
-            ->select('good.id', 'good.name', 'good.imgurl', 'good.description', 'good.updated_at', 
+            ->select('good.id', 'good.name', 'good.imgurl', 'good.description', 'good.updated_at', 'good.com',
             'good.catid','good.type_id','good.website_id','good.cat_arr_id','good.created_at','good.city_id')
             ->latest('updated_at');
             $result['type1_count'] = $query->clone()->where('type_id', 1)->count();