|
@@ -1978,11 +1978,11 @@ class IndexController extends WebBaseController
|
|
|
$limit_time = 1694079000;
|
|
|
$time = time();
|
|
|
if( $time > $limit_time){
|
|
|
- return $this->showMessage('抱歉,考察审核端口已关闭!', route('recruit.show',array('id',18)), true, '上一页', '3');
|
|
|
+ return $this->showMessage('抱歉,考察审核端口已关闭!', route('recruit.show',array('id',38)), true, '上一页', '3');
|
|
|
}
|
|
|
|
|
|
$appoint_id = $request->input('appoint_id');
|
|
|
- $appoint_info = RecruitAppointInfo::where('uid',$uid)->where('recruit_id',18)->where('id',$appoint_id)->first();
|
|
|
+ $appoint_info = RecruitAppointInfo::where('uid',$uid)->where('recruit_id',38)->where('id',$appoint_id)->first();
|
|
|
if(!$appoint_info){
|
|
|
return ['status' => 0, 'msg' => '抱歉,找不到您要补登的报名记录!'];
|
|
|
}
|