Sfoglia il codice sorgente

招聘信息添加

15313670163 3 settimane fa
parent
commit
8e63f00f87
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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,