|
@@ -1050,6 +1050,7 @@ class NewsService implements NewsServiceInterface
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
|
* 招聘列表
|
|
@@ -1093,11 +1094,16 @@ class NewsService implements NewsServiceInterface
|
|
|
->select(
|
|
|
'job_recruiting.*',
|
|
|
'user_info.business_name',
|
|
|
+ 'user_info.hy_id',
|
|
|
+ 'user_info.company_size',
|
|
|
+ 'user_info.company_nature',
|
|
|
+ 'user_info.introduction',
|
|
|
+ 'user_info.real_name',
|
|
|
+ 'user.mobile',
|
|
|
+ 'user_info.company_url',
|
|
|
'user_info.address_arr_id',
|
|
|
'user_info.address',
|
|
|
- 'user.mobile',
|
|
|
- 'user_info.real_name',
|
|
|
-
|
|
|
+ 'user.email',
|
|
|
)
|
|
|
->orderBy("updated_at", "desc")
|
|
|
->first();
|