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