sandm 1 год назад
Родитель
Сommit
8c7323c4e6
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/Http/Controllers/Web/Recruit/IndexController.php

+ 1 - 1
app/Http/Controllers/Web/Recruit/IndexController.php

@@ -1224,7 +1224,7 @@ class IndexController extends WebBaseController
                         }
                         $special['material'] = json_encode($special['material']);
 
-                        $special['recruit_appoint_id'] = $appoint_info->id;
+                        $special['recruit_appoint_id'] = $result->id;
                         RecruitAppointExpandSpecial::create($special);
                     }
                 }