소스 검색

修改获取职位信息

15313670163 1 개월 전
부모
커밋
09dce8f56d
1개의 변경된 파일9개의 추가작업 그리고 3개의 파일을 삭제
  1. 9 3
      app/JsonRpc/NewsService.php

+ 9 - 3
app/JsonRpc/NewsService.php

@@ -1050,6 +1050,7 @@ class NewsService implements NewsServiceInterface
 
     //20250226  产品列表
 
+    
     // 20250306 招聘
     /*
     * 招聘列表
@@ -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_info.industry_name',          // 企业行业名称
+            'user.email',                       // 企业邮箱
         )
         ->orderBy("updated_at", "desc")
         ->first();