Browse Source

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

15313670163 4 days ago
parent
commit
7102837873
1 changed files with 1 additions and 1 deletions
  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',