소스 검색

更新后台材料补登

zmw 7 달 전
부모
커밋
1a729635cd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Http/Controllers/Web/Recruit/IndexController.php

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

@@ -2173,7 +2173,7 @@ class IndexController extends WebBaseController
         }
 
         $appoint_id   = $request->input('appoint_id');
-        $appoint_info = RecruitAppointInfo::where('uid', $uid)->where('recruit_id', 38)->where('id', $appoint_id)->first();
+        $appoint_info = RecruitAppointInfo::where('uid', $uid)->where('recruit_id', 68)->where('id', $appoint_id)->first();
         if (!$appoint_info) {
             return ['status' => 0, 'msg' => '抱歉,找不到您要补登的报名记录!'];
         }