|
@@ -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' => '抱歉,找不到您要补登的报名记录!'];
|
|
|
}
|