소스 검색

更新语法错误

sandm 1 년 전
부모
커밋
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);
                     }
                 }