소스 검색

招聘信息添加

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

+ 1 - 1
app/JsonRpc/NewsService.php

@@ -1178,7 +1178,7 @@ class NewsService implements NewsServiceInterface
                 $company = [
                     'user_id' => $data['user_id']?? null,
                     'business_name' => $user['business_name']?? null,
-                    'company_hy_id' => $user['hy_id']?? null,
+                    'company_hy_id' => $user['company_hy_id']?? null,
                     'company_size' => $user['company_size']?? null,
                     'company_nature' => $user['company_nature']?? null,
                     'introduction' => $user['introduction']?? null,