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,