Explorar o código

修改获取企业列表-相关展示字段联查;

15313670163 hai 1 semana
pai
achega
7102837873
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/JsonRpc/NewsService.php

+ 1 - 1
app/JsonRpc/NewsService.php

@@ -5829,7 +5829,7 @@ class NewsService implements NewsServiceInterface
         })
         ->leftJoin('website', 'company.website_id', '=', 'website.id')
         ->select(
-          'company.id as company_id', 
+          'company.id', 
           'company.title', 
           'company.website_id', 
           'company.category_id',