LiuJ преди 1 месец
родител
ревизия
727e698ce0
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      app/JsonRpc/NewsService.php

+ 0 - 1
app/JsonRpc/NewsService.php

@@ -3772,7 +3772,6 @@ class NewsService implements NewsServiceInterface
                 ->leftJoin('website', 'job_apply.website_id', '=', 'website.id')
                 ->leftJoin('job_company', 'job_company.job_id', '=', 'job_apply.recruit_id')
                 ->leftJoin('job_recruiting', 'job_recruiting.id', '=', 'job_apply.recruit_id')
-                ->select('job_recruiting', 'job_recruiting.', '', '')
                 ->select('job_apply.*', 'user.nickname as nickname', 'user.user_name as user_name', 'website.website_name as website_name', 'job_company.business_name as business_name', 'job_recruiting.title as job_name')
                 ->orderBy('updated_at', 'desc')
                 ->limit(5)->get();